#header > div > div > div.row {
    margin: 0
}

@media (min-width: 1490px) {
    .col-sm-t {
        width: 17.66666667%;
    }
}

@media (min-width: 1063px) and (max-width: 1489px) {
    .col-sm-t {
        width: 25%;
    }
}

h1 {
    font-size: 15px !important;
    text-transform: uppercase;
    padding-top: 10px;
    font-family: "AGAvantGarde Mon", Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

.fullscreen {
    background-color: #dae0ee;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    /*overflow: scroll;*/
}

.gmt-container {
    /*width: 40% !important;*/
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: -2px -2px 21px -3px #bcccdc;
    -moz-box-shadow: -2px -2px 21px -3px #bcccdc;
    box-shadow: -2px -2px 21px -3px #bcccdc;
}

.input-row {
    width: 70%;
    margin-left: 15%;
    padding: 10px 0px;
}

.gmt-back-row {

}

.gmt-input {
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #9aa5b1;
    padding: 0px 0px 5px 0px;
    color: #243b53;
    width: 100%;
}

.gmt-input::placeholder{
    color: rgba(0,0,0,0.2) !important;
}
.gmt-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.2) !important;
}

.gmt-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.2) !important;
}
.gmt-input:focus {
    box-shadow: none;
}

.gmt-label {
    color: #9aa5b1;
    font-size: 1.2rem;
}

.gmt-label span {
    /*color: #ff0000;*/
    /*font-size: 1.0rem;*/
}

.gmt-select {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #9aa5b1;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#SOUNDIMAGE {
    transform: scale(1.5);
}

.gmt-recover-checkbox-label {
    margin-top: 10px;
    float: left;
    width: 25%;
    display: flex;
    align-items: center;
}

.gmt-checkbox-recover {
    display: block;
    position: relative;
    padding-left: 23px !important;
    cursor: pointer;
    font-size: 1.4rem !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #243853 !important;
    text-align: left !important;
}

.gmt-checkbox-recover input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
}

.gmt-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    border: 1px solid #d9e2ec;
}

.gmt-checkbox-success input:checked ~ .gmt-checkmark {
    background-color: #63d770;
}

.gmt-checkbox-recover:hover input ~ .gmt-checkmark {
    background-color: #ccc;
}

.gmt-checkbox-recover input:checked ~ .gmt-checkmark {
    background: #001D59;
}

.gmt-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.gmt-checkbox-recover input:checked ~ .gmt-checkmark:after {
    display: block;
}

.gmt-checkbox-recover .gmt-checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gmt-btn {
    border-radius: 20px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #a918fa, #6773fa);
    color: white;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
}

.gmt-btn:hover {
    color: white;
    background: linear-gradient(to right, #5a0596, #3c46c8);
}

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

.gmt-radio-tab {
    display: flex;
    justify-content: space-between;
    border: 1px solid #b4b3c1;
    border-radius: 9999px;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 32px;
}

.gmt-recover-checkbox-label {
    margin-top: 10px;
    float: left;
    width: 25%;
    display: flex;
    align-items: center;
}

.gmt-radio-tab-label {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #243853 !important;
    text-align: left !important;
    font-weight: normal;
}

.gmt-radio-tab-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: all 0.2s ease-in-out;
}

.gmt-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
    padding: 7px 0px;
    text-align: center;
    font-weight: normal;
}

.gmt-radio-tab-label:hover input ~ .gmt-radio-checkmark {
    background-color: #eee;
}

.gmt-radio-tab-label input:checked ~ .gmt-radio-checkmark {
    background: linear-gradient(90deg, #a918fa, #6773fa);
    color: #fff;
}

.gmt-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.gmt-radio-tab-label .gmt-radio-checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}