﻿.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.card {
    margin-bottom: 15px;
}

.icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

.list-group-item .title {
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: 600;
}

.p1 {
    text-align: left;
    letter-spacing: 0.62px;
    color: #616161;
    opacity: 1;
}

.p2 {
    text-align: left;
    letter-spacing: 0.42px;
    color: #616161;
    opacity: 1;
}

.p3 {
    text-align: left;
    letter-spacing: 0px;
    color: #000000A6;
    opacity: 1;
}

.p4 {
    text-align: left;
    letter-spacing: 0px;
    color: #000000A6;
    opacity: 1;
}

.p5 {
    text-align: left;
    letter-spacing: 0.62px;
    color: #616161;
    opacity: 1;
}

.atag {
    text-align: right;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    background-color: #FFF;
    outline: none;
    border: none;
    box-shadow: none;
}

.bLight {
    text-align: left;
}

.marginBottomClass {
    margin-bottom:-10px !important;
    margin-top:-10px !important;
}

ul{
    list-style:none
}
.consent-title {
    border: 1px solid #F1F1F1;
    height: 48px;
    letter-spacing: 0px;
    color: #000000A6;
    opacity: 1;
}

.consent-read {
    color: #1D90FF;
    padding-right: 7px;
    cursor: pointer;
}

.remember-color {
    color: #000000A6;
}
.validation-color {
    color: #F5222D;
}

.modal-button-read {
    background: #1DA1F2 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 38px;
}
.consent-container {
    max-width: 500px;
    margin: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.float-left {
    text-align: end
}

.companyTitle {
    text-transform: uppercase
}

/*iphone 5*/
@media screen and (device-aspect-ratio: 40/71) {
    *#ulDropDown {
        margin-left: -8rem;
    }

    #nameTag {
        margin-left: -3rem;
    }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    #ulDropDown {
        margin-left: -6rem;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 768px) {
    /* Styles */
    #ulDropDown {
        margin-left: -6rem;
    }
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    /* Styles */
    #ulDropDown {
        margin-left: -6rem;
    }
}

@media only screen and (min-device-width : 1025px) and (max-device-width : 1200px) {
    /* Styles */
    #ulDropDown {
        margin-left: -6rem;
    }
}

@media only screen and (min-device-width : 1201px) and (max-device-width : 2400px) {
    /* Styles */
    #ulDropDown {
        margin-left: -6rem;
    }
}





