@import 'root.css';


body {
    font-family: 'Montserrat', sans-serif;
    background: #F1F2F6;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
    color: var(--text-secondary-color);
}

h5 {
}

.tableset {
}

    .tableset th:nth-child(1),
    .tableset td:nth-child(1) {
        position: sticky;
        left: 0;
        background: #fff;
    }

    .tableset th:nth-child(2),
    .tableset td:nth-child(2) {
        position: sticky;
        left: 35px;
        background: #fff;
    }

.login-bg {
    background: #fff;
    border: solid 1px #dfdfdf;
    padding: 30px;
}

.primary-text-color {
    color: #391258;
}

.link-common {
    color: #303030;
    text-decoration: none;
}

    .link-common:hover {
        color: #000;
        text-decoration: underline;
    }

header {
    -webkit-box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.20);
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    height: 80px;
    margin-bottom: 15px;
}



    .company-logo img {
        width: 50%;
    }

.organization-logo {
    height: 50px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #d4d4d4;
}

@media (max-width: 1024px) {
    .company-logo img {
        width: 20%;
    }
}

@media (max-width: 800px) {
    .company-logo img {
        width: 26%;
    }
}

@media (max-width: 800px) {
    .company-logo img {
        width: 26%;
    }
}

@media (max-width: 640px) {
    .company-logo img {
        width: 32%;
    }
}

@media (max-width: 480px) {
    .company-logo {
        margin-top: 0px !important;
    }

        .company-logo img {
            width: 44% !important;
        }
}

@media (max-width: 360px) {
    .company-logo {
        margin-top: 0px !important;
    }

        .company-logo img {
            width: 49% !important;
        }
}





.user-name {
    height: 30px;
    width: 30px;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #303030;
    font-weight: 600;
    border-radius: 20px;
    margin-right: 10px;
    border: solid 1px #303030;
}

.header-right {
    text-align: right;
}

.notification-section {
    margin-right: 5px;
    top: 5px;
}

    .notification-section i {
        margin-right: 10px;
        font-size: 20px;
        color: #303030;
    }

.notification-text {
    left: 7px;
    top: -8px;
    background: #B4342E;
    height: 16px;
    width: 16px;
    border-radius: 10px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .mt-pagination {
        margin-top: 20px;
    }

    .mt-spacing {
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    .company-logo img {
        width: 60%;
        margin-top: 15px;
    }

    .burger {
        top: 30px;
        left: 91px !important;
    }
}

.common-textarea {
    height: 132px;
}

.status-set {
    display: flex;
}

.success-dots {
    background: #6AA84F;
    color: #6AA84F;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 20px;
    font-size: 1px;
    margin-top: 7px;
    margin-right: 5px;
}

.status-label {
    color: #000;
    display: inline-block;
    font-size: 16px;
}

.fail-dots {
    background: #CC0000;
    color: #6AA84F;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 20px;
    font-size: 1px;
    margin-top: 7px;
    margin-right: 5px;
}

.add-btn-accordion {
    position: absolute;
    top: 9px;
    z-index: 999;
    right: 20px;
}

.accordion-button::after {
    margin-left: 20px;
}


.error {
    position: absolute;
    font-size: 12px;
    top: 40px;
    right: 0;
    color: red;
}


footer {
    background-color: #fff;
    font-size: 14px;
    padding: 15px 0;
    -webkit-box-shadow: 0px -9px 25px -13px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -9px 25px -13px rgba(0,0,0,0.25);
    box-shadow: 0px -9px 25px -13px rgba(0,0,0,0.25);
}



.fxt-bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/login-bg.png);
}


@media (max-width: 767px) {
    .fxt-none-767 {
        display: none !important;
    }
}

.fxt-template-layout3 {
    min-height: 100vh;
}

.input-width {
    width: 300px;
}



.form-select {
    border-color: var(--input-box-border-color);
}


/* Button Css */

.btn-outline-primary {
    color: #391258;
    border-color: #391258;
    background: #fff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #391258;
        border-color: #fff;
    }

    .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #391258;
        border-color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #391258;
    border-color: #391258;
    opacity: 0.9;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #391258;
        border-color: #391258;
        opacity: 1;
    }

    .btn-primary:active, .btn-primary:focus {
        color: #fff;
        background-color: #391258 !important;
        border-color: #391258 !important;
        opacity: 1;
    }

.btn-light {
    color: #fff;
    background-color: #391258;
    border-color: #391258;
}

    .btn-light:hover {
        color: #fff;
        background-color: #19042b;
        border-color: #19042b;
    }

/*---------------*/


.page-link {
    color: var(--text-secondary-color);
}

    .page-link:hover, .page-link:focus, .page-link:active {
        color: #fff;
        background-color: #BA4643;
        border-color: #BA4643;
    }


/*Text Color*/

.text-primary {
    color: var(--text-primary-color) !important;
}

.action-btn {
    color: var(--text-secondary-color);
}

    .action-btn:hover {
        color: #BD0A0E;
    }

.form-select:focus {
    box-shadow: none !important;
    border-color: #E4EBF5 !important;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color:
}



/**/

.notification_wrap {
    position: relative
}

    .notification_wrap .notification_icon {
        position: relative;
    }

        .notification_wrap .notification_icon .fa-bell {
            cursor: pointer;
        }

    .notification_wrap .dropdown {
        width: 300px;
        height: auto;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 1px -12px 48px -22px rgba(158,158,158,0.6);
        -moz-box-shadow: 1px -12px 48px -22px rgba(158,158,158,0.6);
        box-shadow: 1px -12px 48px -22px rgba(158,158,158,0.6);
        margin: 15px auto 0;
        position: absolute;
        display: none;
        right: -10px;
        top: 30px;
        z-index: 5;
    }

        .notification_wrap .dropdown .notify_item {
            align-items: center;
            text-align: left;
            padding: 10px 0;
            border-bottom: 1px solid #f3f3f3;
            font-size: 14px;
            padding: 10px;
        }

            .notification_wrap .dropdown .notify_item:hover {
                background: #f8f8f8;
            }


            .notification_wrap .dropdown .notify_item:last-child {
                border-bottom: 0px solid #f1f1f1;
            }

            .notification_wrap .dropdown .notify_item .notify_info .notify_title {
                font-weight: 500;
                color: #333;
                font-size: 14px;
                text-decoration: none;
            }

            .notification_wrap .dropdown .notify_item .notify_info p {
                color: #8d8d8d;
                margin-bottom: 0px;
                line-height: 16px;
                font-size: 13px;
            }

        .notification_wrap .dropdown:before {
            content: "";
            position: absolute;
            top: -20px;
            right: 4%;
            transform: translateX(-50%);
            border: 10px solid;
            border-color: transparent transparent #fff transparent;
        }

        .notification_wrap .dropdown.active {
            display: block;
        }

.all_notify {
    color: #391258;
    float: left;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 10px;
    text-decoration: none;
}

    .all_notify:hover {
        color: #391258;
        text-decoration: underline;
    }

@media (max-width: 479px) {
    .notification_wrap .dropdown {
        right: -150px;
        top: 30px;
    }

        .notification_wrap .dropdown:before {
            right: 150px;
        }
}


.company-section {
}

    .company-section img {
        float: left;
    }

    .company-section div {
        float: left;
        margin-top: 0px;
    }

@media (max-width: 640px) {
    .company-section {
        text-align: center
    }

        .company-section img {
            float: none;
        }

        .company-section div {
            float: none;
            margin-top: 0px;
        }
}


.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #391258;
}

    .accordion-button:not(.collapsed)::after {
        background: url(../images/arrow-up.svg) no-repeat 0 5px !important;
        background-size: 1rem !important;
    }

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
#imagemodalwait {
    background: #fff !important;
    padding: 10px !important;
    border-radius: 5px !important;
}
.modal-example-content {
    width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
}

.modal-example-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
}
.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-grid div {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #b44141;
        animation: lds-grid 1.2s linear infinite;
    }

        .lds-grid div:nth-child(1) {
            top: 8px;
            left: 8px;
            animation-delay: 0s;
        }

        .lds-grid div:nth-child(2) {
            top: 8px;
            left: 32px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(3) {
            top: 8px;
            left: 56px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(4) {
            top: 32px;
            left: 8px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(5) {
            top: 32px;
            left: 32px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(6) {
            top: 32px;
            left: 56px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(7) {
            top: 56px;
            left: 8px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(8) {
            top: 56px;
            left: 32px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(9) {
            top: 56px;
            left: 56px;
            animation-delay: -1.6s;
        }

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}
