﻿
.header-margin {
    width: 100%;
    height: 100px;
}

.ld-teacher-account {
    text-align: center;
}

.ld-training-schedule-announcement-wrapper {
    overflow: auto;
}

.ld-training-schedule-announcement {
    background: #ffc200;
    float: right;
    border-radius: 10px 0 0 10px;
}

    .ld-training-schedule-announcement a,
    .ld-training-schedule-announcement h3 {
        display: block;
        color: white;
        font-size: 1.4rem;
        padding: 5px 50px;
        font-weight: normal;
        text-decoration: none;
    }

.ld-ta-wrapper {
    clear: both;
    padding: 15px;
    max-width: 800px;
    width: 100%;
    display: inline-block;
}

h3.ld-ta-school-title {
    text-align: center;
    font-weight: normal;
    font-size:  2rem;
    color: #f05c12;
    margin-bottom: 1rem;
}

h3.ld-ta-title {
    background: #f05c12;
    color: white;
    font-size: 1.5rem;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    font-weight: normal;
    margin-bottom: 2rem;

}

.ld-ta-form-group {
    margin-bottom: 15px;
    overflow: auto;
}

    .ld-ta-form-group input {
        width: calc(50% - 7px);
        float: left;
        border: none;
        background: #fee6c0;
        padding: 10px;
        font-size: 1rem;
        border-radius: 10px;
        text-align: center;
    }
        .ld-ta-form-group input:focus {
            outline: none;
        }

    .ld-ta-form-group input:first-child {
        margin-right: 14px;
    }

.ld-ta-form-group-un {
    margin-bottom: 15px;
}

    .ld-ta-form-group-un input {
        width: 100%;
        margin: 0;
        border: none;
        background: #fee6c0;
        padding: 10px;
        font-size: 1rem;
        border-radius: 10px;
        text-align: center;
    }

        .ld-ta-form-group-un input:focus {
            outline: none;
        }


.ld-ta-password-group {
    position: relative;
    width: calc(50% - 7px);
    float: left;
}

.ld-ta-password-group:first-child {
    margin-right: 14px;
}

    .ld-ta-password-group input {
        width: 100%;
    }

    .ld-ta-password-group [data-id="AccountViewPassword"] {
        position: absolute;
        z-index: 1;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        right: 10px;
        border: none;
        background: none;
        color: rgba(0, 0, 0, 0.55);
        cursor: pointer;
        transition-duration: 200ms;
    }

        .ld-ta-password-group [data-id="AccountViewPassword"]:hover {
            transform: translateY(-50%) scale(1.2);
        }

        .ld-ta-password-group [data-id="AccountViewPassword"] i {
            font-size: 20px;
        }

.ld-ta-form-group select {
    width: calc(50% - 7px);
    float: left;
    padding: 7px;
    font-size: 1rem;
    border: none;
    background: #fee6c0;
    border-radius: 10px;
    text-align: center;
}

    .ld-ta-form-group select:first-child {
        margin-right: 14px;
    }

.ld-ta-form-group [data-id="AccountSchoolBranch"] {
    width: calc(100% - 200px);
}

    .ld-ta-form-group [data-id="AccountSchoolBranch"]:focus {
        outline: none;
    }

.ld-ta-form-group [data-id="AccountCreateSchool"] {
    width: 184px;
    float: right;
    font-size: 1rem;
    margin: 0;
}

span.ld-ta-school-title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.ld-ta-form-section[data-section="footer"] {
    text-align: center;
}

    .ld-ta-form-section[data-section="footer"] .g-recaptcha {
        display: inline-block;
    }

.ld-ta-content-title {
    font-size: 1.2rem;
    font-weight: normal;
}

.ld-ta-institute-content {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
}

.ld-ta-institute-content-templates {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.ld-ta-content-template {
    float: left;
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
    transition-duration: 200ms;
    padding: 5px;
    cursor: pointer;
}

.ld-ta-content-template:hover {
   background: #f05c12;
   color: white;
   border-radius: 5px;
}

    .ld-ta-content-template .checkCategoryAdd {
        width: 20px;
        height: 20px;
    }

    .ld-ta-content-template img {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        margin-right: 10px;
        margin-left: 5px;
        cursor: initial;
    }

.checkCategoryExpand {
    position: absolute;
    border: none;
    background: none;
    margin-right: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    display: none;
    cursor: pointer;
    transition-duration: 200ms;
}

.checkCategoryExpand:focus {
    outline: none;
}

    .checkCategoryExpand:hover {
        transform: translateY(-50%) scale(1.5);
    }

.ld-ta-content-template:hover .checkCategoryExpand {
    display: block;
}

.lbl-cat-Add {
    cursor: pointer;
}

.ld-category-templates-alert-title h2 {
    background: #f05c12;
    color: white;
    font-size: 1.5rem;
    padding: 5px 20px;
    text-align: center;
    border-radius: 10px;
    font-weight: normal;
    margin-bottom: 2rem;
    margin-top: 25px;
}

.ld-category-templates-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}


.ld-category-templates-alert .swal2-modal {
    width: 100vw;
    max-width: 600px;
}


.ld-category-templates-table thead th {
    font-weight: normal;
    font-size: 1.2rem;
    color: #f05c12;
    padding: 10px 0px;
}

.ld-category-templates-table tbody input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    cursor: pointer;
}

.ld-category-templates-table tbody tr:hover td {
    background: #f05c12;
    color: white;
    cursor: pointer;
}

#CreateAccountBtn {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ld-ta-password-note {
    color: rgba(0, 0, 0, 0.55);
    padding: 5px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

/*Account created*/
#AccountCreatedSucessfully {
    position: fixed;
    display: none;
    top: 75px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    overflow: auto;
    background: white;
}


    #AccountCreatedSucessfully .background {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100vw;
        height: calc(var(--rvh) - 100px);
        background-image: url('https://login.smasheducation.com/assets/images/sections/demo/background.png');
        background-repeat: repeat-x;
        background-position-y: bottom;
        background-size: contain;
        z-index: 1;
        background-color: white;
    }


    #AccountCreatedSucessfully .demo-verification {
        position: absolute;
        min-height: 100%;
        top: 0;
        left: 50%;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        display: table;
        width: 100vw;
        max-width: 800px;
    }

        #AccountCreatedSucessfully .demo-verification > div {
            display: table-cell;
        }

            #AccountCreatedSucessfully .demo-verification > div:first-child,
            #AccountCreatedSucessfully .demo-verification > div:last-child {
                position: relative;
                background: #fee5dd;
                height: 100%;
                width: 10vw;
            }

    #AccountCreatedSucessfully .white-line {
        width: 15px;
    }

    #AccountCreatedSucessfully .demo-verification > div:nth-child(3) {
        position: relative;
        height: 100%;
        width: 50vw;
        border-right: 30px;
        color: white;
        background: rgba(250,57,44,1);
        background: -moz-linear-gradient(top, rgba(250,57,44,1) 0%, rgba(250,96,50,1) 52%, rgba(250,138,56,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,57,44,1)), color-stop(52%, rgba(250,96,50,1)), color-stop(100%, rgba(250,138,56,1)));
        background: -webkit-linear-gradient(top, rgba(250,57,44,1) 0%, rgba(250,96,50,1) 52%, rgba(250,138,56,1) 100%);
        background: -o-linear-gradient(top, rgba(250,57,44,1) 0%, rgba(250,96,50,1) 52%, rgba(250,138,56,1) 100%);
        background: -ms-linear-gradient(top, rgba(250,57,44,1) 0%, rgba(250,96,50,1) 52%, rgba(250,138,56,1) 100%);
        background: linear-gradient(to bottom, rgba(250,57,44,1) 0%, rgba(250,96,50,1) 52%, rgba(250,138,56,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa392c', endColorstr='#fa8a38', GradientType=0 );
    }

    #AccountCreatedSucessfully .demo-container {
        display: block;
        text-align: center;
    }

    #AccountCreatedSucessfully .content-success {
        position: absolute;
        top: 0;
        left: 50%;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50vw;
        min-width: 250px;
        text-align: center;
        z-index: 10;
        overflow: auto;
        margin-top: 50px;
    }

    #AccountCreatedSucessfully .demo-verification > div:first-child {
        background-image: url('https://login.smasheducation.com/assets/images/sections/demo/left.png');
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center 25%;
        overflow: auto;
    }

    #AccountCreatedSucessfully .demo-verification > div:last-child {
        background-image: url('https://login.smasheducation.com/assets/images/sections/demo/right.png');
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center 25%;
    }

    #AccountCreatedSucessfully .content-success img {
        display: inline-block;
        width: 50%;
        max-width: 250px;
    }


    #AccountCreatedSucessfully #congratulations {
        margin-top: 00px;
        width: 70%;
        max-width: 500px;
    }

    #AccountCreatedSucessfully .content-success p {
        color: white;
        margin-top: 50px;
        font-size: calc(1vw + 20px);
    }

    #AccountCreatedSucessfully #CreateAccountLoginBtn {
        border: none;
        display: inline-block;
        padding: 10px 50px;
        text-decoration: none;
        border-radius: 30px;
        font-size: 1.5rem;
        margin-top: 20px;
        color: white;
        background: rgba(53,211,189,1);
        background: -moz-linear-gradient(left, rgba(53,211,189,1) 0%, rgba(32,177,206,1) 52%, rgba(15,157,215,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,211,189,1)), color-stop(52%, rgba(32,177,206,1)), color-stop(100%, rgba(15,157,215,1)));
        background: -webkit-linear-gradient(left, rgba(53,211,189,1) 0%, rgba(32,177,206,1) 52%, rgba(15,157,215,1) 100%);
        background: -o-linear-gradient(left, rgba(53,211,189,1) 0%, rgba(32,177,206,1) 52%, rgba(15,157,215,1) 100%);
        background: -ms-linear-gradient(left, rgba(53,211,189,1) 0%, rgba(32,177,206,1) 52%, rgba(15,157,215,1) 100%);
        background: linear-gradient(to right, rgba(53,211,189,1) 0%, rgba(32,177,206,1) 52%, rgba(15,157,215,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35d3bd', endColorstr='#0f9dd7', GradientType=1 );
        -webkit-box-shadow: 0px 0px 16px -2px rgba(107,107,107,1);
        -moz-box-shadow: 0px 0px 16px -2px rgba(107,107,107,1);
        box-shadow: 0px 0px 16px -2px rgba(107,107,107,1);
        cursor: pointer;
        transition-duration: 200ms;
    }


        #AccountCreatedSucessfully #CreateAccountLoginBtn:hover {
            transform: scale(0.9);
        }

.ld-provider-linked {
    position: relative;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
}

.ld-provider-logo {
    width: 100%;
    height: 60px;
}

.ld-provider-info-note {
    display: block;
    background: #fcedd0;
    margin-top: 1rem;
}

.ld-provider-info-note span,
.ld-provider-info-note i {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.75);
}

.ld-provider-info {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ld-provider-info-data {
    display: block;
    text-align: center;
}

.ld-provider-linked[data-provider="google"] .ld-provider-logo {
    background-repeat: no-repeat;
    background-image: url(/css/lib/outh/google_normal.svg);
    background-position: center;
    background-size: 50px;
    margin-top: 5px;
}

.ld-provider-linked[data-provider="microsoft"] .ld-provider-logo {
    background-repeat: no-repeat;
    background-image: url(/css/lib/outh/microsoft_normal.svg);
    background-position: center;
    background-size: 50px;
    margin-top: 5px;
}

.ld-provider-linked[data-provider="apple"] .ld-provider-logo {
    background-repeat: no-repeat;
    background-image: url(/css/lib/outh/apple_normal_white.png);
    background-position: center;
    background-size: 50px;
    margin-top: 5px;
}

.ld-ta-form-auth-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    transition-duration: 200ms;
    cursor: pointer;
}

.ld-ta-form-auth-close:focus {
    outline: none;
}

    .ld-ta-form-auth-close:hover {
        transform: scale(1.2);
    }

    .ld-ta-form-auth-close i {
        font-size: 25px;
        color: #f05c12;
    }

.training-section {
    width: 100%;
    margin-top: 75px;
    height: calc(100vh - 50px);
    min-height: 75vh;
}


#googleCalendarSection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.training-section iframe {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
    border: none;
    max-width: 1200px;
    max-height: 800px
}

.enter-your-information-title {
    margin-bottom: 15px;
}

.form-select-options .form-select-option {
    text-align: center !important;
}

.account-form-apple-things-section {
    padding-left: 0 !important;
    width: 90% !important;
}