* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

html {
    height: 100%;

}

body {
    cursor: pointer;
    height: 100%;

}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.resetHeader {
    background-color: #7dd995;
    margin-top: 20%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.resetfooter {
    background-color: #7dd995;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.procedure-selection-blueTheme-new {
    background-color: #273c75 !important;
    padding: 1%;
    color: white;
    padding-left: 1%;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.procedure-selection-blueTheme-new h5 {
    margin-top: 60px;
}

.procedures-list-blueTheme-new {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.procedures-list-blueTheme-new h5 {
    margin-top: 110px;
}

.selected-project-blueTheme-new {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.selected-project-blueTheme-new h4 {
    margin-top: 60px;
}

.nav-icon:hover {
    transform: scale(1.2);
}

.nav-icon span {
    color: white;
    font-weight: bolder;
    font-size: 15px;
}

.nav-icon a:hover {
    color: white;
    text-decoration: none;
}

.navbar {
    border-radius: 0px !important;
}

.navbar-dark {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.navbar-brand {
    margin-left: 2%;
}

.nav-blueTheme,
.nav-purpleTheme {
    background-color: black;
    color: white;

}

.nav-blueTheme-2 {
    background-color: #192a56;
}

.flex-auth-purpleTheme {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding: 1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 10%;
}

.label-auth {
    color: black;
    font-weight: bolder;
    margin-bottom: 10%;
    margin-left: 20%;
}

#inputEmail3,
#inputPassword3 {
    width: 100%;
    color: gold;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    overflow: hidden;

}

#inputEmail3-blueTheme {
    width: 100%;
    color: black;
    font-weight: bolder;
    border-radius: 25px;
    padding: 23px;
    overflow: hidden;
    background: url("./icons/gray-user.png") no-repeat scroll 10px 10px;
    background-color: white;
    background-size: 20px;
    padding-left: 40px;

}

#inputPassword3-blueTheme {
    width: 100%;
    color: black;
    font-weight: bolder;
    border-radius: 25px;
    padding: 23px;
    overflow: hidden;
    background: url("./icons/gray-psw.png") no-repeat scroll 10px 10px;
    background-color: white;
    background-size: 20px;
    padding-left: 40px;
}

.input-password {
    margin-top: 8%;
}

#inputEmail3-purpleTheme,
#inputPassword3-purpleTheme {
    border: none;
    font-weight: bolder;
    color: rgb(36, 33, 33);
}

#exampleInputEmail1 {
    width: 100%;
    color: gold;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid black;
    background-color: transparent;
}

#exampleInputEmail1-blueTheme {
    width: 100%;
    color: black;
    font-weight: bolder;
    border-radius: 25px;
    padding: 23px;
    overflow: hidden;
    background: url("./icons/gray-user.png") no-repeat scroll 10px 10px;
    background-color: white;
    background-size: 20px;
    padding-left: 40px;
}

#exampleInputEmail1-purpleTheme {
    border: none;
    font-weight: bolder;
    color: rgb(36, 33, 33);
    padding: 30px;
}

.warning-reset-psw {
    width: 100%;
    margin-top: 2%;
}

#auth-btn {
    display: block;
    margin-top: 7%;
}

#auth-btn-purpleTheme {
    display: block;
}

.warning-auth {
    width: 100%;
    margin-top: 2%;
}

.btn-black {
    width: 100%;
    margin-top: 2%;
    border: none;
    border-radius: 25px;
    padding: 12px;
    background-color: black;
    color: white;
    font-weight: bolder;
}

.btn-black-blueTheme {
    width: 100%;
    margin-top: 2%;
    border: none;
    border-radius: 25px;
    padding: 12px;
    background-color: black;
    color: white;
    font-weight: bolder;
}

.btn-black:hover {
    background: linear-gradient(to right, rgb(15, 101, 218), rgb(10, 182, 230));

}

.btn-black-blueTheme:hover {
    background: linear-gradient(to right, rgb(15, 101, 218), rgb(10, 182, 230));

}

.btn-signin {
    width: 85%;
    margin-top: 2%;
    margin-left: 40px;
    border: none;
    border-radius: 25px;
    padding: 12px;
    background-color: #718093;
    color: white;
    font-weight: bolder;
}

.btn-signin:hover {
    background-color: #e1b12c;
}

.btn-resetPassword {
    width: 85%;
    margin-top: 2%;
    margin-left: 40px;
    border: none;
    border-radius: 25px;
    padding: 12px;
    background-color: #718093;
    color: white;
    font-weight: bolder;
}

.btn-resetPassword:hover {
    background-color: #e1b12c;
}

.btn-resetPassword-reset {
    width: 100%;
    margin-top: 2%;
    border: none;
    border-radius: 25px;
    padding: 12px;
    background-color: #718093;
    color: white;
    font-weight: bolder;
}

.btn-resetPassword-reset:hover {
    background-color: #e1b12c;
}

.btn-black-purpleTheme {
    width: 100%;
    border: none;
    padding: 12px;
    background-color: black;
    color: white;
    font-weight: bolder;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-black-auth {
    width: 100%;
    padding: 12px;
    border: none;
    background-color: black;
    color: white;
    font-weight: bolder;
}

.btn-black-purpleTheme:hover {
    background: linear-gradient(to right, rgb(38, 115, 251), rgb(106, 18, 203));
}

.btn-black-auth:hover {
    background: linear-gradient(to right, rgb(38, 115, 251), rgb(106, 18, 203));

}

#reset-psw-purpleTheme {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.logo-vconnect {
    width: 100%;

}

.auth-form-panel {
    padding-top: 20%;
}

.main-auth {
    background-color: rgb(60, 67, 73);
    height: 100%;
    padding-top: 30%;
    margin: 0;
    overflow: hidden;

}

.main-auth-blueTheme,
.main-reset-psw-blueTheme {
    background-color: #192a56;
    height: 100%;
    padding-top: 30%;
    margin: 0;
    overflow: hidden;
}

.main-about {
    background-color: #dcdde1;
    height: 100%;
    padding-top: 30%;
    margin: 0;
    overflow: hidden;
}

.main-reset-psw-blueTheme-0 {
    background: linear-gradient(rgb(0, 98, 235), rgb(10, 182, 230));
    height: 100%;
    padding-top: 30%;
    margin: 0;
    overflow: hidden;
}

.main-auth-blueTheme-0 {
    background: linear-gradient(rgb(0, 98, 235), rgb(10, 182, 230));
    height: 100%;
    padding-top: 30%;
    margin: 0;
    overflow: hidden;
}

.main-procedureSelection {
    height: auto;
    padding-top: 20%;
    margin: 0;
    background-color: white;
}

.main-history {
    height: auto;
    padding-top: 20%;
    margin: 0;
    background-color: white;
}

.main-history a {
    color: black;
}

.main-history a:hover {
    color: black;
    text-decoration: none;
}

.main-procedures-blueTheme {
    height: auto;
    background-color: black;
    padding-top: 20%;
    margin: 0;
}

.main-procedures-blueTheme-v1 {
    height: auto;
    background-color: white;
    padding-top: 30%;
    margin: 0;
}

.main-validation {
    height: auto;
    background-color: black;
    padding-top: 20%;
    margin: 0;
}

.main-validation-v1 {
    height: auto;
    background-color: white;
    padding-top: 10vh;
    margin: 0;
}

.main-projectTable {
    background: white;
    height: 100%;
    padding-top: 80px;
    margin: 0;
    overflow: hidden;
}

.main-projectTable a {
    color: black;
}

.main-projectTable a:hover {
    color: black;
    text-decoration: none;
}

.main-execution {
    background-color: white;
    height: 100%;
    padding-top: 99px;
    overflow-x: hidden;
    margin: 0;
}

.main-auth-purpleTheme {
    background: linear-gradient(to right, rgb(106, 18, 203), rgb(38, 115, 251));
    height: 100%;
    padding-top: 30%;
    margin: 0;
    overflow: hidden;
}

.main-reset-psw-purpleTheme {
    background: linear-gradient(to right, rgb(106, 18, 203), rgb(38, 115, 251));
    height: 100%;
    padding-top: 30%;
    margin: 0;
    overflow: hidden;
}

.btn-reset-center {
    text-align: center;
}

.main-reset-psw {

    background-color: rgb(60, 67, 73);
    height: 100%;
    padding-top: 55%;
    margin: 0;
    overflow: hidden;
}

.reset-psw-form {
    padding-top: 10%;
}

.div-project {
    background-color: transparent;
    border: 1px solid rgb(255, 193, 7);
    padding: 3%;
    margin-top: 1%;
}

.div-project-blueTheme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    color: white;
    font-style: 1.2em;
    cursor: pointer;
    background-color: rgb(61, 58, 58);
    border: none;
    border-left-style: solid;
    border-left-width: 7px;
    border-left-color: rgb(0, 99, 235);
    border-right-style: solid;
    border-right-width: 7px;
    border-right-color: rgb(9, 173, 230);
    box-shadow: 0px 1px 1px rgb(133, 129, 129);
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;


    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.div-project-blueTheme:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(9, 173, 230);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.div-project-blueTheme:hover,
.div-project-blueTheme:focus,
.div-project-blueTheme:active {
    background-color: rgb(9, 173, 230);
    font-weight: bolder;
}

.div-project-blueTheme:hover:before,
.div-project-blueTheme:focus:before,
.div-project-blueTheme:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.div-execution-validation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    color: white;
    font-style: 1.2em;
    cursor: pointer;
    background-color: rgb(61, 58, 58);
    border: none;
    border-left-style: solid;
    border-left-width: 7px;
    border-left-color: rgb(0, 99, 235);
    border-right-style: solid;
    border-right-width: 7px;
    border-right-color: rgb(9, 173, 230);
    box-shadow: 0px 1px 1px rgb(133, 129, 129);
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;


    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.div-execution-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    color: white;
    font-style: 1.2em;
    cursor: pointer;
    background-color: rgb(61, 58, 58);
    border: none;
    border-left-style: solid;
    border-left-width: 7px;
    border-left-color: rgb(0, 99, 235);
    border-right-style: solid;
    border-right-width: 7px;
    border-right-color: rgb(9, 173, 230);
    box-shadow: 0px 1px 1px rgb(133, 129, 129);
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;


    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.div-execution-validation:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(9, 173, 230);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.div-execution-validation:hover,
.div-execution-validation:focus,
.div-execution-validation:active {
    background-color: rgb(9, 173, 230);
    font-weight: bolder;
}

.div-execution-validation:hover:before,
.div-execution-validation:focus:before,
.div-execution-validation:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.div-execution-history:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(9, 173, 230);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.div-execution-history:hover,
.div-execution-history:focus,
.div-execution-history:active {
    background-color: rgb(9, 173, 230);
    font-weight: bolder;
}

.div-execution-history:hover:before,
.div-execution-history:focus:before,
.div-execution-history:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.icon-right-select {
    width: 50px;
}

.icon-right-select:hover {
    transform: scale(1.2);
}



.procedure-nb-blueTheme {
    padding: 1%;
    color: white;
    font-style: 1.2em;
    cursor: pointer;
    background-color: rgb(61, 58, 58);
    border: none;
    border-left-style: solid;
    border-left-width: 7px;
    border-left-color: rgb(0, 99, 235);
    border-right-style: solid;
    border-right-width: 7px;
    border-right-color: rgb(9, 173, 230);
    box-shadow: 0px 1px 1px rgb(133, 129, 129);
    margin-top: 5%;
    border-radius: 5px;
    width: 100%;


    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.procedure-nb-blueTheme:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(9, 173, 230);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.procedure-nb-blueTheme:hover,
.procedure-nb-blueTheme:focus,
.procedure-nb-blueTheme:active {
    background-color: rgb(9, 173, 230);
    font-weight: bolder;
}

.procedure-nb-blueTheme:hover:before,
.procedure-nb-blueTheme:focus:before,
.procedure-nb-blueTheme:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



.main-projects-blueTheme {
    background-color: black;
    height: auto;
    padding-top: 20%;
    margin: 0;

}

.main-projects-blueTheme-2 {
    background-color: white;
    padding-top: 20%;
    margin: 0;
}

.main-profile {
    background-color: white;
    padding-top: 10%;
    padding-bottom: 10%;
    margin: 0;
}

.main-support {
    background-color: white;
    padding-top: 10%;
    padding-bottom: 10%;
    margin: 0;
}

.main-projects-blueTheme a {
    color: black;
}

.main-projects-blueTheme a:hover {
    color: black;
    text-decoration: none;
}

.main-projects-blueTheme-2 a {
    color: black;
}

.main-projects-blueTheme-2 a:hover {
    color: black;
    text-decoration: none;
}

.projects-title {
    background-color: rgb(52, 58, 64);
    padding: 1%;
    color: white;
}

.projects-title-blueTheme,
.projects-title-purpleTheme {
    background-color: black;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.projects-title-blueTheme-2 {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.projects-title-blueTheme-2 h5 {
    margin-top: 5px;
}

.procedure-selection-blueTheme {
    background-color: #273c75 !important;
    padding: 1%;
    color: white;
    padding-left: 1%;

}

.procedure-selection-blueTheme h5 {
    margin-top: 5px;
}

.history-title {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.history-title h4 {
    margin-top: 5px;
}

.validation-title {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.pending-validation-title {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.validation-title h4 {
    margin-top: 5px;
}

.pending-validation-title h5 {
    margin-top: 5px;
}

.div-project p {
    color: black;
    font-weight: bolder;
    text-align: center;
    font-size: 25px
}

.div-project-blueTheme p {
    color: white;
    text-align: center;
    font-size: 22px
}


.div-project-purpleTheme p {
    color: black;
    font-weight: bolder;
    text-align: center;
    font-size: 25px;
}

.project-name-blueTheme {
    background-color: black;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.selected-project-blueTheme {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.selected-project-blueTheme h4 {
    margin-top: 5px;
}

.project-name-blueTheme-2 {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.project-name-blueTheme-2 h5 {
    margin-top: 5px;
}

.procedure-selection-blueTheme {
    background-color: black;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedure-name-blueTheme-INIT {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedure-name-blueTheme-INIT h4 {
    margin-top: 5px;
}

.procedure-name-blueTheme-EXE {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedure-name-blueTheme-EXE h4 {
    margin-top: 5px;
}

.procedure-name-blueTheme-OK {
    background: linear-gradient(to right, #44bd32 0%, #4cd137 100%);
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedure-name-blueTheme-OK h4 {
    margin-top: 5px;
}

.procedure-name-blueTheme-NOK {
    background: linear-gradient(to right, #c23616 0%, #e84118 100%);
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedure-name-blueTheme-NOK h4 {
    margin-top: 5px;
}

.procedure-name-blueTheme-WAITVALID {
    background: linear-gradient(to right, #0097e6 0%, #00a8ff 100%);
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedure-name-blueTheme-WAITVALID h4 {
    margin-top: 5px;
}

.div-sequence {
    padding-top: 200px;
}

.div-sequence p {
    color: black;
    font-weight: bolder;
    padding-left: 1%;
    font-size: 20px;
    margin-top: 5px;
}

.div-stage p {
    color: black;
    font-weight: bolder;
    padding-left: 1%;
    font-size: 20px;
    margin-top: 5px;
}

.div-step p {
    color: black;
    font-weight: bolder;
    padding-left: 1%;
    font-size: 20px;
    margin-top: 5px;
}

.procedures-list-blueTheme {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedures-list-blueTheme h5 {
    margin-top: 5px;
}

.selected-project-blueTheme {
    background-color: #273c75;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.selected-project-blueTheme h4 {
    margin-top: 5px;
}

.div-sequence,
.div-stage,
.div-step {
    background-color: #dcdde1;
    padding: 1%;
    color: white;
    padding-left: 1%;
}

.procedure-nb p {
    background-color: transparent;
    color: black;
    text-align: center;
    font-weight: bolder;
    font-size: 22px;
}

.procedure-nb-blueTheme p {
    color: white;
    text-align: center;
    font-size: 22px;
}

.div-procedureSelection p {
    color: white;
    text-align: center;
    font-size: 22px;
}

.center-text {
    text-align: center;
}

.action-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    border-top: 1px solid rgb(255, 193, 7);
}

.action-grid-blueTheme {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding-top: 1%;
}

.action-grid-purpleTheme {
    display: grid;
    grid-template-columns: auto auto auto;
    border-top: 1px solid rgb(106, 18, 203);
}

.action-nb {
    padding: 20px;
}

.action-nb-blueTheme {
    font-weight: bolder;
    color: black;
}

.action-nb-purpleTheme {
    padding: 20px;
}




.flex-procedure-icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
    border-radius: 2px;
    border: none;
    width: 100%;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    background: linear-gradient(60deg,
            #0077b6,
            #0096c7,
            #00b4d8,
            #48cae4,
            #00b4d8,
            #0096c7,
            #0077b6,
            #023e8a);
}

.div-procedure-validation {
    padding: 1%;
    border-radius: 30px;
    border: none;
    width: 98%;
    margin-left: 1%;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    background: linear-gradient(60deg,
            #0077b6,
            #0096c7,
            #00b4d8,
            #48cae4,
            #00b4d8,
            #0096c7,
            #0077b6,
            #023e8a);
}

.div-procedure-history {
    padding: 1%;
    border-radius: 30px;
    border: none;
    width: 98%;
    margin-left: 1%;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    background: linear-gradient(60deg,
            #0077b6,
            #0096c7,
            #00b4d8,
            #48cae4,
            #00b4d8,
            #0096c7,
            #0077b6,
            #023e8a);
}

.div-procedure-history span {
    color: black;
    font-size: 22px;
}

.div-procedure-validation span {
    color: black;
    font-size: 22px;
}

.flex-procedure-icon:hover {
    animation: pulse 2s;
}

.flex-procedure-icon-v1:hover {
    animation: pulse 2s;
}

.btn-action-procedure-1:hover {
    animation: pulse 2s;
}

.btn-action-procedure-2:hover {
    animation: pulse 2s;
}

@keyframes pulse {
    0% {
        transform: scale(1.2);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }

    100% {
        transform: scale(1.1);
        box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}

.div-history,
.div-validation {
    margin-top: 5%;
}

.btns-execution-history,
.btns-execution-validation {
    margin-top: 1%;
}

.step-description {
    width: 90%;
    margin-left: 5%;
    padding: 2%
}

.description-step-img {
    width: 100%;
    height: 450px;
}

.div-comments {
    width: 90%;
    margin-left: 5%;
    padding-top: 20px;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
}

.comment-title,
.description-title {
    color: #023e8a;
    font-size: 20px;
}

.comment-input {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    border: none;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
    padding: 1%;
}

.execution-buttons {
    width: 100%;
    padding-bottom: 10%;
}

.validate,
.reject,
.request {
    height: 70px;
    width: 100%;
    margin-top: 3px;
}

.direction {
    padding: 3%;
    width: 50%;
    margin-top: 4px;
}

.flex-btn-direction {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    background-color: #192a56;
    padding: 2%;
    left: 0;
    right: 0;
}

.flex-btn-direction-2 {
    position: fixed;
    bottom: 0;
    background-color: #192a56;
    padding: 4%;
    left: 0;
    right: 0;
}

.validate span {
    color: white;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 30px;
}

.reject span {
    color: white;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 30px;
}

.request span {
    color: white;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 30px;
}

#valid {
    margin-left: 10px;
}

#request {
    margin-left: 90px;
}

.left-arrow-footer:hover {
    transform: scale(1.2);
}

.right-arrow-footer:hover {
    transform: scale(1.2);
}

.card-procedures {
    margin-top: 1%;
}

.card-procedures:hover {
    filter: contrast(130%);
}

.card-procedures-header {
    background: linear-gradient(60deg,
            #023e8a,
            #0077b6,
            #023e8a,
            #0077b6);
    color: white;
    font-size: 22px;
    padding: 1%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-procedures-body {
    padding: 1%;
    background-color: #90caf9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.flex-procedure-icon-v1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
    border-radius: 50%;
    border: none;
    width: 70px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    background: linear-gradient(60deg,
            #0077b6,
            #0096c7,
            #00b4d8,
            #48cae4,
            #00b4d8,
            #0096c7,
            #0077b6,
            #023e8a);
}

.action-nb-blueTheme-v1 {
    font-size: smaller;
    font-weight: bolder;
}

.card-projects-header {
    background: linear-gradient(60deg,
            #023e8a,
            #0077b6,
            #023e8a,
            #0077b6);
    color: white;
    font-size: 22px;
    padding: 1%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-projects-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1%;
    background-color: #90caf9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.icon-right-select-v1 {
    width: 50px;
}

.icon-right-select-v1:hover {
    transform: scale(1.2);
}

.card-projects {
    margin-top: 1%;
}

.card-projects:hover {
    filter: opacity(90%);
}

.card-validation-header {
    background: linear-gradient(60deg,
            #023e8a,
            #0077b6,
            #023e8a,
            #0077b6);
    color: white;
    font-size: 22px;
    padding: 1%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-validation-body {
    padding: 1%;
    background-color: #90caf9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.div-card-validation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div-card-validation span {
    font-size: 18px;
    font-weight: bolder;
}

.card-validation {
    margin-top: 1%;
}

.card-validation:hover {
    filter: opacity(90%);
}

.card-validation {
    background-color: #fff;
    display: flex;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    margin-top: 5%;
}

.card-of-projects-container {
    margin-top: 5%;

}

.card-of-projects {
    background-color: #fff;
    display: flex;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.card-of-landingPage {
    background-color: #fff;
    display: flex;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);

}

.card-of-profile {
    background-color: #fff;
    display: flex;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.card-of-statistics {
    width: 99%;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.statistics-accordion {
    border: none;
    background-color: #f5f6fa !important;
    margin-top: 5%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.col-table {
    font-size: 12px;
    font-weight: bolder;
    color: #192a56;

}

.row-table {
    font-size: 15px;
    font-weight: bolder;
    color: black;
}

.card-of-support {
    background-color: #fff;
    display: flex;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.div-history {
    background-color: #fff;
    display: flex;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.div-projectTable {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 22px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.div-projectTable span {
    color: black;
    font-weight: bolder;
    font-size: 13px;

}

.history-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.projectTable-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 21px;
    width: 80%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.projectTable-preview-op {
    background: linear-gradient(to right, #858585 0%, #487eb0 100%);
    padding: 21px;
    width: 80%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.title_project_options {
    font-size: 16px;
    color: #dcdde1;
}

.projects-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.landingPage-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.profile-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.statistics-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.support-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.procedureSelection-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.procedureSelection-info {
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 4%;
    position: relative;
    width: 80%;
    padding-bottom: 60px;
}

.history-preview .icon-project-2 {
    width: 100px;
    margin-top: 50px;
    margin-left: 20px;
}

.validation-preview .icon-project-2 {
    width: 100px;
    margin-top: 50px;
    margin-left: 20px;
}

.projects-preview .icon-project-2 {
    width: 100px;
    margin-top: 50px;
    margin-left: 20px;
}

.procedureSelection-preview .icon-project-2 {
    width: 100px;
    margin-top: 50px;
    margin-left: 20px;
}

.projects-info {
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 4%;
    position: relative;
    width: 80%;
    padding-bottom: 60px;
}

.landingPage-info {
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 4%;
    position: relative;
    width: 80%;
    padding-bottom: 60px;
}

.profile-info {
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 2%;
    position: relative;
    width: 100%;
}

.statistics-info {
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 2%;
    position: relative;
    width: 80%;
}

.statistics-info span {
    font-size: 20px;
}

.support-info {
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 4%;
    position: relative;
    width: 80%;
    padding-bottom: 60px;
}

.main-support a:hover {
    text-decoration: none;
}

.history-info {
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 4%;
    position: relative;
    width: 80%;
    padding-bottom: 70px;
}

.projectTable-info {
    padding: 20px;
    position: relative;
    width: 20%;
}

.validation-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.validation-info {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #dcdde1 0%, #f5f6fa 100%);
    padding: 4% 4% 0% 4%;
    position: relative;
    width: 80%;
}

.procedure-preview {
    background: linear-gradient(to right, #40739e 0%, #487eb0 100%);
    padding: 5%;
    padding-top: 20%;
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.procedure-info {
    background-color: #dcdde1;
    padding: 4%;
    position: relative;
    width: 80%;
}

.history-info h4 {
    text-align: center;
    font-weight: bolder;
    color: #192a56;
}

.projects-info h4 {
    text-align: center;
    color: #192a56;
}

.landingPage-info h4 {
    text-align: center;
    color: #192a56;
}

.procedureSelection-info h4 {
    text-align: center;
    color: #192a56;
}

.flexy-history {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

.history-dates {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

.projects-info span {
    font-size: 20px;
}

.landingPage-info span {
    font-size: 20px;
    margin-top: 500px !important;
}

.validation-info h4 {
    text-align: center;
    font-weight: bolder;
    color: #192a56;
}

.validation-info h5 {
    text-align: left;
    font-weight: bolder;
    color: #192a56;
}

.procedure-info h3 {
    text-align: center;
    color: #192a56;
}

.icon-select-finger {
    position: absolute;
    bottom: 7px;
    right: 30px;
    width: 45px;
}

.card-procedures {
    display: flex;
    background-color: #fff;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.validate-second,
.reject-second,
.request-second,
.reset-second,
.execute-second,
.validate-ERFO {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    padding: 2%;
    margin-left: 1%;
    margin-top: 3px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.validate-second span,
.reject-second span,
.request-second,
.reset-second,
.execute-second span,
.validate-ERFO span {
    color: white;
    font-size: 22px;
    font-weight: bolder;
}

.validate-second {
    background: linear-gradient(to right, #44bd32 0%, #4cd137 100%);
}

.validate-ERFO {
    background: linear-gradient(to right, #00a8ff 0%, #44bd32 100%);
}

.reject-second {
    background: linear-gradient(to right, #c23616 0%, #e84118 100%);
}

.request-second {
    background: linear-gradient(to right, #0097e6 0%, #00a8ff 100%);
}

.reset-second {
    background: linear-gradient(to right, #7f8fa6 0%, #718093 100%);
}

.execute-second {
    background: linear-gradient(to right, #fbc531 0%, #e1b12c 100%);
}

.validate-preview {
    background-color: rgb(40, 167, 69);
    padding: 23px;
    width: 85%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.validate-preview span {
    float: left;
    color: white;
    font-weight: bolder;
}

.reject-preview span {
    float: left;
    color: white;
    font-weight: bolder;
}

.request-preview span {
    float: left;
    color: white;
    font-weight: bolder;
}

.reject-preview {
    background-color: rgb(220, 53, 69);
    padding: 23px;
    width: 85%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.request-preview {
    background-color: rgb(23, 162, 184);
    padding: 23px;
    width: 85%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.validate-info,
.reject-info,
.request-info {
    position: relative;
    width: 15%;
}

.procedure-preview p {
    color: black;
    font-size: 15px;
    font-weight: bolder;
}

.procedure-action {
    display: flex;
    flex-direction: column;
}

.flexy-five-actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 5%;
}

.procedure-info a {
    color: black;
}

.procedure-info a:hover {
    color: black;
    text-decoration: none;
}

.btn-action-procedure-1 {
    padding: 1%;
    width: 32px;
    border-radius: 50%;
    border: none;
    background-color: #dcdde1;
}

.btn-action-procedure-2 {
    padding: 1%;
    width: 32px;
    border-radius: 50%;
    border: none;
    background-color: #dcdde1;
}

.action-nb-title p {
    color: #192a56;
    font-weight: bolder;
    font-size: 13px;
    text-align: center;
    margin-right: 20%;
}


.div-procedureSelection {
    background-color: #fff;
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.div-procedureSelection p {
    color: black !important;
    font-weight: bolder;
    font-size: 22px;

}

.release-newProcedure {
    margin-top: 7%;
    display: grid;
}

.release-procActions {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
}

.tag {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
}

.status-OK {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #44bd32;
}

.status-NOK {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #c23616;
}

.status-INIT {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #a2afa8;
}

.status-EXE {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #c26f11;
}

.status-LOCKED {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #d1dd27;
}

.status-WAITVALID {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #15d3ec;
}

.status-timeline {
    margin-top: 30px;
}

.tag-teal-int {
    background-color: #bcbec5;
}

.tag-teal-locked {
    background-color: #c23616;
}

.tag-teal-unlocked {
    background-color: #44bd32;
}

.tag-teal-exe {
    background-color: #0097e6;
}

.badge-release {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    text-align: center;
    background-color: #8c7ae6;
}

.badge-ERFO {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    text-align: center;
    background-color: #40739e;
}

.badge-REPA {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    text-align: center;
    background-color: #273c75;
}

.badge-requestedBy {
    border-radius: 15px;
    font-size: 15px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 5px;
    text-align: center;
    background-color: #e1b12c;
}

.badge-release-date {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    margin-top: 5px;
    text-align: center;
    background-color: #7f8fa6;
}

.stat-startDate {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: #8c7ae6;
}

.stat-endDate {
    color: #fff;
    background-color: #2f3640;
}

.stat-accepted-steps {
    color: #fff;
    background-color: #44bd32;
}

.stat-rejected-steps {
    color: #fff;
    background-color: #c23616;
}

.stat-request-steps {
    color: #fff;
    background-color: #0097e6;
}

.stat-todo-steps {
    color: #fff;
    background-color: #7f8fa6;
}

.stat-in_progress_steps {
    color: #fff;
    background-color: #e1b12c;
}

.stat-duration {
    color: #fff;
    background-color: #273c75;
}

.x_content-stat {
    padding-top: 20%;
}

.card-body h4 {
    color: black;
    font-weight: bolder;
    background-color: #d0d1d6;
    padding: 1%;
}

.card-body h5 {
    color: #192a56;
    font-weight: bolder;
    background-color: #dcdde1;
    padding: 1%;
}

.card-link:hover {
    color: #192a56;
}

.div-stat-label {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    padding: 1%;
    text-align: center;
    margin-top: 5%;

}

.div-execution-by-release {
    margin-top: 5%;
}

.badge-start-date {
    border-radius: 15px;
    font-size: 16px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    margin-top: 5px;
    text-align: center;
    background-color: #7f8fa6;
}

.badge-end-date {
    border-radius: 15px;
    font-size: 16px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    margin-top: 5px;
    text-align: center;
    background-color: #0097e6;
}

.badge-request-date {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    margin-top: 5px;
    text-align: center;
    background-color: #7f8fa6;
}

.release-update-date {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    margin-top: 5px;
    text-align: center;
    background-color: #40739e;
}

.release-update-by {
    border-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding: 1%;
    margin-top: 5px;
    text-align: center;
    background-color: #273c75;
}

.badge-lockedBy {
    border-radius: 15px;
    font-size: 15px;
    font-weight: bolder;
    margin: 0;
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 5px;
    text-align: center;
    background-color: #e1b12c;
}

.status-info {
    margin-top: 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-previewDescription {
    padding-top: 150px;
    width: auto;
    margin-left: 1%;
    overflow-x: hidden;
}

.main-historyDescription {
    padding-top: 150px;
    margin-left: 5%;
}

.main-projectDescription {
    padding-top: 150px;
    width: auto;
    margin-left: 1%;
    overflow-x: hidden;
}

.main-projectStatistics {
    padding-top: 85px;
    width: auto;
    margin-left: 1%;
    overflow-x: hidden;
}

.preview_description_pic,
.project-description-pic {
    width: 450px;
}

.preview_description_pic:hover {
    transform: scale(1.1);
}

.project-description-pic:hover {
    transform: scale(1.1);
}

.modal-header {
    background: linear-gradient(to right, #00a8ff 0%, #00a8ff 100%);
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom: 0px !important;
}

.modal-title {
    font-size: 18px;
    font-weight: bolder;
    color: #ffffff;
}

.modal-body {
    font-size: 15px;
    font-weight: bolder;
    color: #ffffff;
    background: linear-gradient(to right, #00a8ff 0%, #00a8ff 100%);
}

.modal-footer-btn {
    font-weight: bolder;
    padding: 2%;
    background: linear-gradient(to right, #00a8ff 0%, #00a8ff 100%);
    display: flex;
    justify-content: space-around;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.fade {
    padding-top: 280px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-default-1 {
    background-color: #44bd32;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    padding-right: 7%;
    padding-left: 7%;
    border: none;
    border-radius: 30px;
}

.btn-default-1:hover {
    background-color: #4cd137;
}

.btn-default-2 {
    background-color: #c23616;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    padding-right: 7%;
    padding-left: 7%;
    border: none;
    border-radius: 30px;

}

.btn-default-2:hover {
    background-color: #e84118;
}

.btn-default-REPA {
    background-color: #192a56;
    color: white;
    font-weight: bolder;
    font-size: 15px;
    padding-right: 5%;
    padding-left: 5%;
    border: none;
    border-radius: 30px;
}

.btn-default-REPA:hover {
    background-color: #273c75;
}

.btn-default-ERFO {
    background-color: #718093;
    color: white;
    font-weight: bolder;
    font-size: 15px;
    padding-right: 5%;
    padding-left: 5%;
    border: none;
    border-radius: 30px;
}

.btn-default-ERFO:hover {
    background-color: #7f8fa6;
}

.modal-content {
    margin: 8%;
    border-radius: 25px !important;
}

.main-timeLineDescription {
    padding-top: 40px;
    width: auto;
    margin-left: 1%;
    overflow-x: hidden;
}


.timeline {
    padding: 100px 0;
    position: relative;
}

.timeline::before {
    content: '';
    background: #c5cae9;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    margin-bottom: 70px;

}

.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 40px 30px 10px 30px;
    border-radius: 15px;
    background-color: #dcdde1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}

.timeline-blue-img {
    width: 30px;
    height: 30px;
    background: #273c75;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-OK-img {
    width: 30px;
    height: 30px;
    background: #44bd32;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-NOK-img {
    width: 30px;
    height: 30px;
    background: #c23616;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-INIT-img {
    width: 30px;
    height: 30px;
    background: #a2afa8;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-EXE-img {
    width: 30px;
    height: 30px;
    background: #c26f11;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-LOCKED-img {
    width: 30px;
    height: 30px;
    background: #d1dd27;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-WAITVALID-img {
    width: 30px;
    height: 30px;
    background: #15d3ec;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.bnt-more {
    background: #273c75;
    color: #fff;
    font-weight: bolder;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);
}

.bnt-more:hover,
.bnt-more:active,
.bnt-more:focus {
    background: #32408f;
    color: #fff;
    text-decoration: none;
}


.date-left {
    background: #e1b12c;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 0;
    right: 0;
}

.grid-measures {
    display: grid;
    grid-template-columns: auto auto;
    margin-left: 20px;
    margin-top: 50px;
}

.measures-charts {
    padding-bottom: 30%;
}


.wrapper {

    height: 250px;
    width: 280px;
    position: relative;
}

.wrapper .donut {
    position: absolute;

}

.donut-segment {
    animation-name: fill-in;
    animation-fill-mode: forwards;
    animation-duration: 2000ms;
    /*   animation-timing-function: ease-in-out; */
    /*   opacity: 0; */
}

@keyframes fill-in {
    from {
        /*     opacity: 0; */
        stroke-dashoffset: 0;
    }

    to {
        /*     opacity: 1; */
    }
}



.bg {
    stroke-linecap: round;
    fill: none;
}

.c1 {
    animation: c1 0.5s ease-in-out both 0.5s;
    stroke-linecap: round;
    fill: none;
}

.c2 {
    animation: c2 0.5s ease-in-out both 0.5s;
    stroke-linecap: round;
    fill: none;
}

.c3 {
    animation: c3 0.5s ease-in-out both 0.5s;
    stroke-linecap: round;
    fill: none;
}

.c4 {
    animation: c4 0.5s ease-in-out both 0.5s;
    stroke-linecap: round;
    fill: none;
}

@keyframes c1 {
    0% {
        opacity: 0;
        stroke-dasharray: 0 409;
    }

    100% {
        stroke-dasharray: 30 379;
        opacity: 1;
    }
}

@keyframes c2 {
    0% {
        opacity: 0;
        stroke-dasharray: 0 409;
    }

    100% {
        stroke-dasharray: 166 243;
    }
}

@keyframes c3 {
    0% {
        opacity: 0;
        stroke-dasharray: 0 409;
    }

    100% {
        stroke-dasharray: 86 323;
    }
}

@keyframes c4 {
    0% {
        opacity: 0;
        stroke-dasharray: 0 409;
    }

    100% {
        stroke-dasharray: 86 323;
    }
}

/*.semi-donut {
    --percentage: 0;
    --fill: #ff0;
    width: 200px;
    height: 100px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.semi-donut:after {
    content: '';
    width: 200px;
    height: 200px;
    border: 50px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * ( -45 + var(--percentage) * 1.8 )));
    animation: fillAnimation 1s ease-in;
}
.semi-donut-model-2 {
    width: 200px;
    height: 100px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}
.semi-donut-model-2:before, .semi-donut-model-2:after {
    content: '';
    width: 200px;
    height: 100px;
    border: 50px solid var(--fill);
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 300px 300px;
    box-sizing: border-box;
    left: 0;
    top: 100%;
}
.semi-donut-model-2:before {
    border-color: rgba(0, 0, 0, .15);
    transform: rotate(180deg);
}
.semi-donut-model-2:after {
    z-index: 3;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate(calc(1deg * ( var(--percentage) * 1.8 )));
}
.semi-donut-model-2:hover:after {
    opacity: 0.8;
    cursor: pointer;
}*/
.multi-graph {
    width: 200px;
    height: 100px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.multi-graph:before {
    content: '';
    width: 200px;
    height: 100px;
    border: 50px solid rgba(0, 0, 0, 15);
    border-bottom: none;
    position: absolute;
    box-sizing: border-box;
    transform-origin: 50% 0%;
    border-radius: 300px 300px 0 0;
    left: 0;
    top: 0;
}

.multi-graph .graph {
    width: 200px;
    height: 100px;
    border: 50px solid var(--fill);
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 300px 300px;
    left: 0;
    top: 100%;
    z-index: 5;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
    box-sizing: border-box;
    cursor: pointer;
}

.multi-graph .graph:hover {
    opacity: 0.8;
}

.multi-graph .graph:hover:after {
    opacity: 1;

}

@keyframes fillAnimation {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(135deg);
    }
}

@keyframes fillGraphAnimation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }
}

.margin {
    margin: 25px;
}

.measures-container div {
    padding-top: 10%;
}

.chart-container {
    width: 80%;
    height: 480px;
    margin: 0 auto;
}

.pie-chart-container,
.doughnut-chart-container {
    height: 300px;
    width: 300px;

}

.width-bubble {
    width: 700px;
    height: 700px;
}

.width-mix {
    width: 600px;
    height: 600px;
}




.eight {
    --w: 300px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    place-content: center;
    margin-top: 10%;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    background: white;
    border-radius: 50%;
}

.eight:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: conic-gradient(var(--c) calc(var(--p)*1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}





.pie-chart {
    background:
        radial-gradient(circle closest-side,
            transparent 100%,
            white 0),
        conic-gradient(#05263b 0,
            #05263b 25%,
            #0f6da8 0,
            #0f6da8 50%,
            #5fb9f1 0,
            #5fb9f1 75%,
            #76b7b2 0,
            #76b7b2 100%);
    position: relative;
    max-width: 900px;
    min-height: 450px;
    margin: 0 auto;
}

.chartTitle {
    text-align: center;
    margin: 2em;
}

.pie-chart figcaption {
    position: absolute;
    top: 1px;
    right: 1em;
    font-size: smaller;
    text-align: right;
}

.pie-chart span:after {
    display: inline-block;
    content: "";
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.4em;
    height: 0.8em;
    border-radius: 0.2em;
    background: currentColor;
}




#chart {
    width: 50%;
    height: 300px;
    padding-bottom: 50px;
    overflow: hidden;
    float: left;
}

#chart svg {
    width: 100%;
    height: 100%;
}

.theme1 {
    fill: #845ec2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hovered {
    fill: #1428a0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cir {
    fill: #fff;
    stroke: #444;
    stroke-width: 2;
}

.cir.hovered {
    fill: #888;
}

.path {
    stroke: #444;
}

.cir1 {
    fill: #fff;
    stroke: #999;
    stroke-width: 2;
}

.cir1.hovered {
    fill: #ddd;
}

.path1 {
    stroke: #999;
}

.axis path {
    stroke: #caccce;
}

.axis line {
    stroke: #717171;
}

.axis text {
    fill: #717171;
}

.vis-cont {
    height: 600px;
    margin-bottom: 2em;
    width: 100%;
}

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}









@media (max-width: 768px) {
    .container-fluid {
        margin-bottom: 15px;
    }
}



.count {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    vertical-align: middle;
}

.tagline {
    margin: 0;
    opacity: 0.75;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.icon {
    color: #51586a;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
}

.width-bubble {
    width: 600px;
    height: 600px;
}

.about-release {

    background-color: #192a56;
    font-weight: bolder;
    text-align: center;
    margin-top: 120px;
    border-radius: 15px;
}

.main-profile a:hover {
    text-decoration: none;
}

.flip-card {

    background-color: #192a56;
    color: #dcdde1;
    font-weight: bolder;
    text-align: center;
    width: 90%;
    border-radius: 15px;
    padding: 20px;
    margin-left: 5%;
}

.flex-v-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    border: none;
    border-radius: 20px;
    padding: 20px;
    margin-top: 5%;

}

.flex-v-download span {

    color: white;
    font-size: 20px;
}

.flex-v-download:hover {
    transform: scale(1.1);
}

.dev-demo-img {
    width: 60px;
}

.btn-googleplay {
    width: 100%;
}

.btn-googleplay:hover {
    transform: scale(1.1);
}

.btn-appstore {
    width: 90%;
    margin-left: 5%;
}

.btn-appstore:hover {
    transform: scale(1.1);
}

.btn-qrcode {
    width: 100px;

}


.col-btn-download {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.btns-download {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5%;
}

.icon-download {
    width: 100%;
    margin-top: 300px;
}

.icon-edit-profile {
    width: 100%;
    margin-top: 40px;
}

.card__image {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: none;
    margin-top: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.card__image-nav {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}

.user-details {
    margin-top: 3%;
}

.user-details h3 {
    color: #c23616;
}

.email-details {
    text-align: left;
    font-weight: bolder;
    font-size: 15px;
    color: #192a56;
}

.phone-details {
    text-align: left;
    font-weight: bolder;
    font-size: 15px;
    color: #40739e;
}

.address-details {
    text-align: left;
    font-weight: bolder;
    font-size: 15px;
    color: #0097e6;
}

.office-details {
    text-align: left;
    font-weight: bolder;
    font-size: 15px;
    color: #8c7ae6;
}

.badge-lastLogin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bolder;
    font-size: 15px;
    border-radius: 15px;
    color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3%;
    background-color: #e1b12c;

}

.badge-lastLogin span {
    margin-left: 5%;
}

.flex-user-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-user-details span {
    margin-top: 3%;
    margin-left: 5%;
}

.flex-user-details img {
    margin-top: 3%;
}

.icon-profile {
    width: 30px
}

.icon-profile:hover {
    transform: scale(1.1);
}

.about-icon {
    margin-left: 15px;
}

.support-icon {
    margin-left: 15px;
}

.main-about a {
    color: #dcdde1;
    text-decoration: none;
}

.main-about a:hover {
    color: #dcdde1;
    text-decoration: none;
}

.main-landingPage a {
    color: black !important;
    text-decoration: none !important;
}

.main-landingPage a:hover {
    color: black !important;
    text-decoration: none !important;
}

.main-landingPage {
    background-color: #dcdde1;
    padding-top: 5%;
    padding-bottom: 10%;
    margin: 0;
    height: auto;
}

.main-landingPage h3 {
    color: #192a56;
    text-align: center;
}

.hand-mobile {
    width: 300px;
    border-radius: 50%;
}

.text-img-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-img-download span {
    margin-left: 5px;
    margin-top: 5%;
    font-size: 20px;
    font-weight: bolder;
    color: #353b48;
}

.support-input {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    border: none;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
    padding: 1%;
    margin-top: 1%;
}

.submit-support {
    background-color: #e1b12c;
    margin-top: 3%;
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 3%;
    color: #dcdde1;
    font-weight: bolder;
    font-size: 18px;
}

.support-message {
    margin-top: 10%;
}

.support-message h5 {
    color: #8c7ae6;
}

.submit-support:hover {
    background-color: #fbc531;

}

.support-info h3 {
    color: #40739e;
    text-align: center;
}

.release-accordion {
    width: 100%;
}

#accordion {
    background-color: #fff;
}

.card-link {
    color: #192a56;
    font-weight: bolder;
    font-size: 18px;
}

.release-header {
    background-color: #e9eaee;
    border: none;
    border-radius: 5px;
    padding: 1%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.proc-header {
    background-color: #dddee4;
    border: none;
    border-radius: 5px;
    padding: 3%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.block-release-execution {
    background-color: #fff;
    border-radius: 5px;
    padding: 10%;
    padding-top: 20%;

}

.icon-plus-stat {
    width: 27px;
    float: right;
    color: gray;
}

.right-icon-stat {
    width: 45px;
}

.proc-header span {
    font-size: 18px;
}

.flex-proc-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.release-header span {
    font-size: 18px;
}

.block-release-execution span {
    font-size: 15px;
    font-weight: bolder;
    color: #192a56;

}

.flex-release-stat {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #e9eaee;

}

.flex-release-stat span {
    color: #192a56;
    font-weight: bolder;
    font-size: 18px;
}

.releases {
    position: relative;
    width: 100% !important;
}

.row-table {
    font-size: 11px;
}

.col-table {
    font-size: 9px;
}

.mytable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 540px) {
    .mytable tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;


    }

    .mytable td {
        float: left\9;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }

    .timeline .timeline-img {
        left: 50px;
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}




@media screen and (min-width:760px) {
    .btn-signin {
        width: 85%;
        margin-top: 2%;
        margin-left: 43px;
        border: none;
        border-radius: 25px;
        padding: 12px;
        background-color: #718093;
        color: white;
        font-weight: bolder;
    }

    .btn-resetPassword {
        width: 85%;
        margin-top: 2%;
        margin-left: 43px;
        border: none;
        border-radius: 25px;
        padding: 12px;
        background-color: #718093;
        color: white;
        font-weight: bolder;
    }

    .warning-auth,
    .btn-black {
        width: 80%;
        margin-left: 10%;
    }

    .main-projects,
    .main-projects-blueTheme,
    .main-projects-purpleTheme,
    .main-projects-blueTheme-2 {
        height: auto;
        padding-top: 17%;
        margin: 0;
    }

    .main-procedureSelection {
        height: auto;
        padding-top: 17%;
        margin: 0;
    }

    .main-history {
        height: auto;
        padding-top: 10%;
        margin: 0;
    }

    .history-dates span {
        font-size: 15px;
    }

    .main-procedures,
    .main-procedures-blueTheme,
    .main-procedures-purpleTheme {
        height: auto;
        padding-top: 17%;
        margin: 0;

    }

    .main-procedures-blueTheme-v1 {
        height: auto;
        padding-top: 25%;
        margin: 0;
    }

    .main-validation {
        height: auto;
        padding-top: 17%;
        margin: 0;
    }

    .main-execution {
        padding-top: 103px;

    }

    .execution-buttons {
        padding-bottom: 9%;
    }

    .main-projectTable {
        padding-top: 11%;
        margin: 0;
    }

    .div-projectTable {
        margin-top: 20px;
    }

    .div-projectTable span {
        font-size: large;
    }

    .projects-preview {
        padding-top: 10%;
    }

    .procedureSelection-preview {
        padding-top: 10%;
    }

    .procedure-preview {
        padding-top: 10%;
    }

    .validation-preview {
        padding-top: 10%;
    }

    .history-preview {
        padding-top: 10%;
    }

    .projects-preview span {
        font-size: 25px;
        font-weight: bolder;
    }

    .procedureSelection-preview span {
        font-size: 25px;
        font-weight: bolder;
    }

    .validation-preview span {
        font-size: 25px;
        font-weight: bolder;
    }

    .history-preview span {
        font-size: 25px;
        font-weight: bolder;
    }

    .projects-info span {
        font-size: 18px;
    }

    .validation-info span {
        font-size: 18px;
    }

    .icon-select-finger {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 50px;
    }

    .icon-select-finger-valid {
        position: relative;
        bottom: 10px;
        right: 10px;
        width: 50px;
    }

    .projects-preview .icon-project-2 {
        width: 100px;
        margin-top: 50px;
        margin-left: 60px;
    }

    .procedureSelection-preview .icon-project-2 {
        width: 100px;
        margin-top: 50px;
        margin-left: 60px;
    }

    .validation-preview .icon-project-2 {
        width: 100px;
        margin-top: 50px;
        margin-left: 60px;
    }

    .history-preview .icon-project-2 {
        width: 100px;
        margin-top: 50px;
        margin-left: 60px;
    }

    .preview_description_pic,
    .project-description-pic {
        width: 450px;
    }

    .title_project_options {
        font-size: 20px;
        color: #dcdde1;
    }
}

@media screen and (max-width:550px) {
    .btn-signin {
        width: 99%;
        margin-top: 2%;
        margin-left: 1px;
        border: none;
        border-radius: 25px;
        padding: 12px;
        background-color: #718093;
        color: white;
        font-weight: bolder;
    }

    .btn-resetPassword {
        width: 99%;
        margin-top: 2%;
        margin-left: 1px;
        border: none;
        border-radius: 25px;
        padding: 12px;
        background-color: #718093;
        color: white;
        font-weight: bolder;
    }

    .main-auth,
    .main-auth-blueTheme,
    .main-auth-purpleTheme,
    .main-auth-blueTheme-0 {
        padding-top: 35%;
    }

    .main-reset-psw {
        padding-top: 60%;
    }

    .main-reset-psw-blueTheme,
    .main-reset-psw-blueTheme-0 {
        padding-top: 80%;
    }

    .main-reset-psw-purpleTheme {
        padding-top: 80px;
    }

    .main-projects,
    .main-projects-blueTheme,
    .main-projects-purpleTheme,
    .main-projects-blueTheme-2 {
        height: auto;
        padding-top: 28%;
        margin: 0;
    }

    .main-procedureSelection {
        height: auto;
        padding-top: 28%;
        margin: 0;
    }

    .main-history {
        height: auto;
        padding-top: 23%;
        margin: 0;
    }

    .history-dates span {
        font-size: 13px;
    }

    .main-procedures,
    .main-procedures-blueTheme,
    .main-procedures-purpleTheme {
        height: auto;
        padding-top: 35%;
        margin: 0;

    }

    .main-procedures-blueTheme-v1 {
        height: auto;
        padding-top: 39%;
        margin: 0;
    }

    .main-validation {
        height: auto;
        padding-top: 35%;
        margin: 0;
    }

    .main-validation-v1 {
        height: auto;
        padding-top: 35%;
        margin: 0;
    }

    .div-card-validation span {
        font-size: 15px;
        font-weight: bolder;
    }

    .main-execution {
        padding-top: 95px;

    }

    .execution-buttons {
        padding-bottom: 12%;
    }

    .main-projectTable {
        padding-top: 80px;
        margin: 0;
    }

    .icon-right-select-v1 {
        width: 45px;
    }

    .projects-preview {
        width: 30%;
        padding-top: 30%
    }

    .validation-preview {
        width: 30%;
        padding-top: 30%
    }

    .history-preview {
        width: 30%;
        padding-top: 30%
    }

    .procedureSelection-preview {
        width: 30%;
        padding-top: 30%
    }

    .projects-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .procedureSelection-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .validation-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .history-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .projects-info span {
        font-size: 15px;
    }

    .validation-info span {
        font-size: 15px;
    }

    .icon-select-finger {
        position: absolute;
        bottom: 5px;
        right: 10px;
        width: 40px;
    }

    .projects-preview .icon-project-2 {
        width: 80px;
        margin-top: 80px;
        margin-left: 15px;
    }

    .procedureSelection-preview .icon-project-2 {
        width: 80px;
        margin-top: 80px;
        margin-left: 15px;
    }

    .history-preview .icon-project-2 {
        width: 80px;
        margin-top: 80px;
        margin-left: 15px;
    }

    .validation .icon-project-2 {
        width: 80px;
        margin-top: 80px;
        margin-left: 15px;
    }

    .div-procedureSelection p {
        font-weight: bolder;
        font-size: 18px;
    }

    .procedure-preview {
        width: 30%;
        padding-top: 30%
    }

    .procedure-preview p {
        font-size: 15px;
        font-weight: bolder;
    }

    .icon-actionProcedure {
        margin-left: 6px;
    }

    .flexy-five-actions {
        display: grid;
        grid-template-columns: auto auto;
    }

    .validate-info,
    .reject-info,
    .request-info {
        position: relative;
        width: 20%;
    }

    .validate-preview,
    .reject-preview,
    .request-preview {
        width: 80%;
    }

    .validate-info img {
        width: 35px;
    }

    .reject-info img {
        width: 35px;
    }

    .request-info img {
        width: 35px;
    }

    .projectTable-info {
        padding: 11px;
    }

    .projectTable-preview {
        padding: 10px;
    }

    .preview_description_pic,
    .project-description-pic {
        width: 350px;
    }

    .modal-content {
        margin: 1%;
    }

    .title_project_options {
        font-size: 16px;
        color: #dcdde1;
    }

    .date-left {
        background: #e1b12c;
        display: inline-block;
        color: #fff;
        padding: 5px;
        font-size: smaller;
        position: absolute;
        top: 0;

    }

    .timeline-content {
        padding-top: 50px;
    }

    .grid-measures {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}


@media screen and (max-width:395px) {
    .main-execution {
        padding-top: 93px;
    }

    .execution-buttons {
        padding-bottom: 15%;
    }

    .validate span {
        color: white;
        font-size: 15px;
        font-weight: bolder;
        padding-left: 30px;
    }

    .reject span {
        color: white;
        font-size: 15px;
        font-weight: bolder;
        padding-left: 30px;
    }

    .request span {
        color: white;
        font-size: 15px;
        font-weight: bolder;
        padding-left: 30px;
    }

    #request {
        margin-left: 30px;
    }

    .main-projects,
    .main-projects-blueTheme,
    .main-projects-purpleTheme {
        height: auto;
        padding-top: 30%;
        margin: 0;
    }

    .main-projects-blueTheme-2 {
        height: auto;
        padding-top: 31%;
        margin: 0;
    }

    .main-procedureSelection {
        height: auto;
        padding-top: 30%;
        margin: 0;
    }

    .main-history {
        height: auto;
        padding-top: 33%;
        margin: 0;
    }

    .history-dates span {
        font-size: 10px;
    }

    .main-procedures,
    .main-procedures-blueTheme,
    .main-procedures-purpleTheme {
        height: auto;
        padding-top: 40%;
        margin: 0;
    }

    .main-procedures-blueTheme-v1 {
        height: auto;
        padding-top: 55%;
        margin: 0;
    }

    .main-validation {
        height: auto;
        padding-top: 40%;
        margin: 0;
    }

    .main-validation-v1 {
        height: auto;
        padding-top: 53%;
        margin: 0;
    }

    .div-card-validation span {
        font-size: 12px;
        font-weight: bolder;
    }

    .div-execution-validation span {
        font-size: smaller;
    }

    .main-projectTable {
        padding-top: 75px;
        margin: 0;
    }

    .div-projectTable span {
        font-size: 12px;
    }

    .icon-right-select {
        width: 30px;
    }

    .action-grid-blueTheme {
        display: grid;
        grid-template-columns: auto auto;
    }

    .icon-right-select-v1 {
        width: 35px;
    }

    .projects-preview {
        width: 30%;
        padding-top: 40%;
    }

    .procedureSelection-preview {
        width: 30%;
        padding-top: 40%;
    }

    .validation-preview {
        width: 30%;
        padding-top: 40%;
    }

    .history-preview {
        width: 30%;
        padding-top: 40%;
    }

    .projects-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .procedureSelection-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .validation-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .history-preview span {
        font-size: 20px;
        font-weight: bolder;
    }

    .projects-info span {
        font-size: 15px;
    }

    .landingPage-info span {
        font-size: 15px;
    }

    .validation-info span {
        font-size: 15px;
    }

    .icon-select-finger {
        position: absolute;
        bottom: 5px;
        right: 10px;
        width: 35px;
    }

    .projects-preview .icon-project-2 {
        width: 70px;
        margin-top: 100px;
        margin-left: 10px;
    }

    .procedureSelection-preview .icon-project-2 {
        width: 70px;
        margin-top: 100px;
        margin-left: 10px;
    }

    .validation-preview .icon-project-2 {
        width: 70px;
        margin-top: 100px;
        margin-left: 10px;
    }

    .history-preview .icon-project-2 {
        width: 70px;
        margin-top: 100px;
        margin-left: 10px;
    }

    .div-procedureSelection p {
        font-weight: bolder;
        font-size: 15px;
    }

    .procedure-preview {
        width: 30%;
        padding-top: 40%;
    }

    .procedure-preview p {
        font-size: 13px;
        font-weight: bolder;
    }

    .procedure-preview p {
        font-size: 15px;
    }

    .procedure-preview p {
        font-size: 13px;
        font-weight: bolder;
    }

    .flexy-five-actions {
        display: grid;
        grid-template-columns: auto auto;
    }

    .validate-info,
    .reject-info,
    .request-info {
        position: relative;
        width: 30%;
    }

    .validate-preview,
    .reject-preview,
    .request-preview {
        width: 70%;
    }

    .validate-info img {
        width: 30px;
    }

    .reject-info img {
        width: 30px;
    }

    .request-info img {
        width: 30px;
    }

    .projectTable-info {
        width: 35%;
    }

    .projectTable-preview {
        width: 65;
    }

    .projectTable-info {
        padding: 0px;
    }

    .projectTable-preview {
        padding: 0px;
    }

    .status-info {
        display: flex;
        flex-direction: column;
    }

    .preview_description_pic,
    .project-description-pic {
        width: 250px;
    }

    .modal-content {
        margin: 1%;
    }

    .title_project_options {
        font-size: 14px;
        color: #dcdde1;
    }

    .date-left {
        background: #e1b12c;
        display: inline-block;
        color: #fff;
        padding: 5px;
        font-size: smaller;
        position: absolute;
        top: 0;
    }

    .timeline-content {
        padding-top: 50px;
    }

    .grid-measures {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .width-chart {
        width: 280px;
        height: 450px;
    }

    .width-bubble {
        width: 400px;
        height: 400px;
    }

    .width-mix {
        width: 280px;
        height: 300px;
    }

    .eight {
        --w: 200px;

        width: var(--w);

    }

    .icon-download {
        width: 100% !important;
        margin-top: 200px;
    }

    .email-details,
    .phone-details,
    .address-details,
    .office-details,
    .gender-details,
    .badge-lastLogin {
        font-size: 10px;
    }

    .flex-user-details span {
        margin-top: 1%;
    }

    .flex-user-details img {
        margin-top: 1%;
    }

    .card__image {
        width: 90px;
        height: 90px;
    }

    .badge-lastLogin {

        margin-top: 20px;

    }

    .flex-v-download {
        padding: 20px;
    }

    .flex-v-download span {
        font-size: 11px;
    }


    .dev-demo-img {
        width: 40px;
    }

    .btn-qrcode {
        width: 90px;
    }

    .hand-mobile {
        width: 150px;
        border-radius: 50%;
    }

    .main-landingPage span {
        font-size: 13px;
    }

    .support-input {
        height: 300px;
    }

    .icon-profile {
        width: 20px
    }

    .statistics-info span {
        font-size: 11px;
    }

    .col-table {
        font-size: 12px;

    }

    .row-table {
        font-size: 11px;

    }

    .icon-plus-stat {
        width: 22px;
    }

    .right-icon-stat {
        width: 28px;
    }

    .proc-header span {
        font-size: 12px;
    }

    .release-header span {
        font-size: 12px;
    }

    .block-release-execution span {
        font-size: 13px;
    }

    .fade-popup {
        padding-top: 200px;
        margin-left: 5px;
    }

    .modal-title-popup {
        font-size: 12px;
        font-weight: bolder;
        color: #f5f6fa;
    }

    .confirmation-popup {
        width: 15px;
    }

}

@media screen and (min-width:990px) {
    .btn-signin {
        width: 88%;
        margin-top: 2%;
        margin-left: 59px;
        border: none;
        border-radius: 25px;
        padding: 12px;
        background-color: #718093;
        color: white;
        font-weight: bolder;
    }

    .btn-resetPassword {
        width: 88%;
        margin-top: 2%;
        margin-left: 59px;
        border: none;
        border-radius: 25px;
        padding: 12px;
        background-color: #718093;
        color: white;
        font-weight: bolder;
    }

    .main-auth,
    .main-auth-blueTheme,
    .main-auth-purpleTheme,
    .main-auth-blueTheme-0 {
        padding-top: 1%;
        padding-bottom: 8%;
    }

    .auth-form-panel {
        padding-top: 2%;
    }

    .input-password,
    .main-reset-psw,
    #auth-btn,
    .auth-form-panel {
        margin-top: 3%;
    }

    .main-reset-psw,
    .main-reset-psw-blueTheme,
    .main-reset-psw-purpleTheme,
    .main-reset-psw-blueTheme-0,
    .main-about {
        padding-top: 10%;
    }

    .main-projects,
    .main-projects-blueTheme,
    .main-projects-purpleTheme {
        height: auto;
        padding-top: 9%;
        margin: 0;
    }

    .main-projects-blueTheme-2 {
        height: auto;
        padding-top: 11%;
        margin: 0;
    }

    .main-landingPage {
        height: auto;
        padding-top: 5%;
        margin: 0;
    }

    .main-profile {
        height: auto;
        padding-top: 5%;
        margin: 0;
    }

    .main-support {
        height: auto;
        padding-top: 5%;
        margin: 0;
    }

    .main-procedureSelection {
        height: auto;
        padding-top: 9%;
        margin: 0;
    }

    .main-history {
        height: auto;
        padding-top: 7%;
        margin: 0;
    }

    .main-procedures,
    .main-procedures-blueTheme,
    .main-procedures-purpleTheme {
        height: auto;
        padding-top: 10%;
        margin: 0;
    }

    .main-procedures-blueTheme-v1 {
        height: auto;
        padding-top: 17%;
        margin: 0;
    }

    .main-validation {
        height: auto;
        padding-top: 10%;
        margin: 0;
    }

    .main-validation-v1 {
        height: auto;
        margin: 0;
    }

    .main-execution {
        padding-top: 104px;

    }

    .execution-buttons {
        padding-bottom: 7%;
    }

    .div-projectTable {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 2%;
        border: none;

    }

    .main-projectTable {
        padding-top: 90px;
        margin: 0;
    }

    .projects-preview .icon-project-2 {
        width: 150px;
        margin-top: 50px;
        margin-left: 100px;
    }

    .procedureSelection-preview .icon-project-2 {
        width: 150px;
        margin-top: 50px;
        margin-left: 100px;
    }

    .validation-preview .icon-project-2 {
        width: 150px;
        margin-top: 50px;
        margin-left: 100px;
    }

    .history-preview .icon-project-2 {
        width: 150px;
        margin-top: 50px;
        margin-left: 100px;
    }

    .icon-actionProcedure {
        margin-left: 20px;
    }

    .icon-download {
        width: 100% !important;
    }

    .projectTable-info {
        padding: 10px;
    }

    .projectTable-preview {
        padding: 11px;
    }

    .release-procActions {
        display: flex;
        justify-content: space-around;
    }

    .release-newProcedure {
        display: flex;
        justify-content: space-around;
    }

    .preview_description_pic,
    .project-description-pic {
        width: 600px;
    }

    .flex-btn-direction-2 {
        padding: 3%;
    }

    .title_project_options {
        font-size: 21px;
        color: #dcdde1;
    }

    .width-bubble {
        width: 1000px;
        height: 1000px;
    }

    .width-mix {
        width: 1000px;
        height: 1000px;
    }

    .email-details,
    .phone-details,
    .address-details,
    .office-details,
    .gender-details,
    .badge-lastLogin {
        font-size: 18px;
    }

    .flex-user-details span {
        margin-top: 1%;
    }

    .flex-user-details img {
        margin-top: 1%;
    }

    .flex-v-download {
        padding: 25px;
    }

    .flex-v-download span {
        font-size: 30px;
    }

    .dev-demo-img {
        width: 80px;
    }

    .btn-qrcode {
        width: 200px;
    }

    .hand-mobile {
        width: 500px;
        border-radius: 50%;
    }

    .main-landingPage span {
        font-size: 22px;
    }

    .support-input {
        height: 370px;
    }

    .icon-profile {
        width: 40px;
    }

    .statistics-info span {
        font-size: 22px;
    }

    .col-table {
        font-size: 20px;

    }

    .row-table {
        font-size: 20px;

    }

    .icon-plus-stat {
        width: 27px;
    }

    .right-icon-stat {
        width: 55px;
    }

    .proc-header span {
        font-size: 20px;
    }

    .release-header span {
        font-size: 20px;
    }

    .block-release-execution span {
        font-size: 23px;
    }

    .modal-title-popup {
        font-size: 18px;
        font-weight: bolder;
        color: #f5f6fa;
    }

    .confirmation-popup {
        width: 20px;
    }
}

@media screen and (min-width:900px) {
    .icon-download {
        width: 100% !important;
        margin-top: 150px;
    }

    .support-input {
        height: 370px;
    }
}

@media screen and (max-width:920px) {

    .main-reset-psw,
    .main-reset-psw-blueTheme,
    .main-reset-psw-purpleTheme {
        padding-top: 45%;
    }

}

@media screen and (min-width:530px) {

    .warning-auth,
    .btn-black {
        width: 80%;
        margin-left: 10%;
    }
}

.spinLoader {
    border: 7px solid #f5ebeb;
    border-radius: 50%;
    border-top: 7px solid #8ffa02;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.commentImgContainer {
    position: relative !important;
    display: inline-block !important;
}

.delete-btn {
    position: absolute !important;
    top: 5px !important;
    right: 50px !important;
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}