@font-face {
    font-family: 'Tajawal';
    src: url('../Fonts/Tajawal-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../Fonts/Tajawal-Medium.svg') format('svg'), /* Legacy iOS */
    url('../Fonts/Tajawal-Medium.ttf.eot'), /* IE9 Compat Modes */
    url('../webfonts/Tajawal-Medium.ttf.eot?#iefix') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rockwell';
    src: url('../Fonts/rockb.woff') format('woff'), /* Pretty Modern Browsers */
    url('../Fonts/rockb.svg') format('svg'), /* Legacy iOS */
    url('../Fonts/rockb.eot'), /* IE9 Compat Modes */
    url('../Fonts/ROCK.TTF') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stencil';
    src: url('../Fonts/Stencil\ Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../Fonts/Stencil\ Regular.svg') format('svg'), /* Legacy iOS */
    url('../Fonts/Stencil\ Regular.eot'), /* IE9 Compat Modes */
    url('../Fonts/Stencil\ Regular.ttf') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Calibri';
    src: url('../Fonts/Calibri\ Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../Fonts/Calibri\ Regular.svg') format('svg'), /* Legacy iOS */
    url('../Fonts/Calibri\ Regular.eot'), /* IE9 Compat Modes */
    url('../Fonts/Calibri\ Regular.ttf') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}



body {     font-family: 'Tajawal';
    text-align: right;
    direction: rtl;
    position: relative;
    min-height: 100vh;
    height: auto;
    float: right;
    width: 100%;
    line-height: normal;
}


/**************************************start upper-header****************************************************/
/************************************************************************************************************/

.upper-header-r { background-color: #C71623;}

.a-link-user { display: inline-block;
    background-color: #CCCCCC;
    margin-right: 40px;
    padding: 5px 10px;
    color: #007F36;
    font-weight: 700;}

    .a-link-user:hover { text-decoration: none;
    color: #007F36;}

    .a-link-user > img { width: 22px;}


.logo-m-01 {     float: left;
    margin-left: 70px;
padding: 5px 0;}

.logo-m-01 > img { width: 135px}

.lang-bar {     width: 100%;
    float: left;
    box-shadow: 1px -2px 5px #ccc;
    padding: 10px;}

.lang-s {  float: left;
    display: inline-block;
    background-color: #C71623;
    color: #fff;
    margin-left: 75px;
    width: 100px;
    text-align: center;
    padding: 3px;
    text-transform: uppercase;
    font-size: 15px;
    height: 27px;}

    .bar-green {     background-color: #007F36;
        width: 100%;
        float: left;
        padding: 10px;}

.bar-g-contact { display: inline-block;
color: #fff;
margin-right: 30px;}

.nav-bar-m .active { background-color: #007F36;}

.navbar-dark .navbar-toggler {    color: #fff;
    border-color: transparent;
    padding: 5px 0 0 0;
    line-height: inherit;}

.navbar-dark .navbar-toggler-icon { background-image: none;}

.btn-user-name i { margin: 0 3px;}

/************************************end upper-header************************************************/
/******************************************************************************************************/

/********************************************start main-login-content****************************************/
/***************************************************************************************************************/

.main-page-01 { width: 100%;
float: right;}

.main-login-content { width: 100%;
float: right;}

.breadcrumb-login { background-color: #A4A4A4 !important;
    float: right;
    width: 100%;
    flex-direction: row-reverse;
border-radius: 0;
margin-top: 20px;
direction: ltr;}

    .breadcrumb-login  .breadcrumb-item+.breadcrumb-item::before { float: right;
        padding-left: 5px;}


.breadcrumb-login > .breadcrumb-item > a {     color: #474747;
    font-weight: 500;}


    .breadcrumb-login > .breadcrumb-item.active {    color: #474747;
        font-weight: 500; }

.account-link-a {
    display: block;
    background-color: #C71623;
    color: #fff;
    padding: 10px;
 }

 .account-link-a:hover { color: #fff;
text-decoration: none;}

.enter-link-a {     background-color: #A4A4A4;
    color: #2e2e2e;
    display: block;
    padding: 10px;
    font-weight: 600;}

    .enter-link-a:hover { text-decoration: none;
        color: #2e2e2e;}

    .form-login-01 { padding: 10px 30px;}

    .input-t-login { position: relative;
        margin-bottom: 20px;}

    .input-t-login > img {       position: absolute;
        top: 0;
        background-color: #CCCCCC;
        padding: 9px;
        width: 35px;
        height: 40px;}

        .input-t-login > input { border-radius: 0;
            background-color: #ECECEC;
            border: none;
            height: 40px;
        padding-right: 40px;}

            .form-login-01 > h5 {    border-bottom: 2px solid #C71623;
                width: 80%;
                padding: 0 0 10px;
                margin-bottom: 15px;}

            .input-t-login > input:focus { background-color: #ECECEC;}

            .inputs-check input[type="checkbox"] , .inputs-check01 input[type="checkbox"]{
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                appearance: none
            }
            
            .label-check {
                display: inline-block;
                position: relative;
                font-size: 15px;
                padding-left: 5px;
                color: #636363;
            }
            
            .label-check:before {  
                content: '';
                width: 15px;
                height: 15px;
                border: 1px solid #9E9E9E;
                border-radius: 3px;
                background-color: snow;
                display: inline-block;
                position: relative;
                top: 3px;
                left: 3px;
            }
            
            .label-check:before:focus { background-color: rgb(77, 54, 54);}
            
            .inputs-check input[type="checkbox"]:checked+.label-check:after ,      .inputs-check01 input[type="checkbox"]:checked+.label-check:after  {
                font-family: "Font Awesome 6 Free";
                content: "\f00c";
                display: inline-block;
                padding-right: 3px;
                font-weight: 900;
                position: absolute;
                right: -4px;
                top: 5px;
                font-size: 11px;
                color: #4a4a4a;
                
            }

            .inputs-check {     border-bottom: 1px solid #ddd;
                padding-bottom: 10px;}

                .for-get-p {     padding: 20px 0;
                    text-align: left;}

                .link-forgrt-pass {    display: inline-block;
                    color: #C71623;
                    font-weight: 600;}

                    .link-forgrt-pass:hover { text-decoration: none;
                    color: #C71623;}

                .btn-login-l { background-color: #C71623;
                    color: #fff;
                    border: none;
                    width: 91px;
                    padding: 3px;
                    margin-right: 20px;
            }

            .img-login-bg > img { width: 400px;}
/********************************************end main-login-content****************************************/
/***************************************************************************************************************/


/*********************************************start home page**************************************************/
/***********************************************************************************************************/

.upper-main-page {     background: url(../img/main-bg-upper-h.png) center center no-repeat;
    height: 100px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    text-align: center;}

.over-lay-upper-h { position:absolute ;
width: 100%;
height: 100%;
top: 0;
background-color: rgba(255, 255, 255, 65%);}

.logo-m-page { width: 160px;
    position: relative;}

    .nav-bar-m .dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }

.nav-bar-m .dropdown-toggle::after { display: none;}

.bg-green-nav { background-color: #C71623;}

.nav-bar-m .navbar-dark .navbar-nav .nav-link { color: #fff;
    font-size: 14px;
    position: relative;
    border-left: 2px solid #fff;
    padding: 0 10px;
}

.bg-green-nav .navbar-nav .dropdown:last-of-type > a{ border-left: none;}



.nav-bar-m .navbar { padding: 5px 15px;}

.nav-bar-m .dropdown-menu {   text-align: right;
    padding-right: 10px;
    right: 6px;
    max-width: 530px;
    z-index: 9999;
    width: max-content;}

.nav-bar-m .dropdown-menu a {     display: inline-block !important;
    padding: 0 5px;
    position: relative !important;
    color: #222222;
    font-size: 14px;
    border-left: 2px solid #BF4124;
    white-space: pre-wrap;
}

.notification-drop .dropdown-menu a { border-left: none;}

.nav-bar-m .dropdown-menu a:last-of-type { border-left: none;} 

.nav-bar-m .dropdown { position: relative;}

.nav-bar-m .dropdown-menu a:hover { text-decoration: none;
    color: #303030;}

/*.link-a-d::after {     position: absolute;
    content: url(../img/line-nav.png);
    left: 0;
    top: 6px;
    display: inline-block;
}*/

.link-a-d { height: 30px;
line-height: 30px;}

.link-a-d:hover { background-color: #007F36;}

.notification-drop , .club-name , .exit-sys , .lang-sys { float: right; 
    margin-left: 5px;}

.notification-01 {    margin-left: 15px;}

.notification-drop .btn-user-name {         background-color: transparent;
    border: none;
    position: relative;
    font-size: 14px;
    padding: 5px 0;
color: #fff;}

.notification-drop .btn-user-name:focus { border: none;
}

.btn.focus, .btn:focus { box-shadow: none;}

    .notification-01 .dropdown-menu {     min-width: 300px !important;
        max-width: min-content !important;
        left: 0;
        right: inherit;
        padding-right: 0 !important;
    z-index: 7777;}

        .num-notification { position: absolute;
            top: -2px;
            display: inline-block;
            right: -12px;
            background-color: #007F36;
            font-size: 10px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 50%;}

            .club-name > span { display: inline-block;
                font-size: 14px;
            color: #fff;}

            .club-name { padding-top: 5px;
           
        }

        .exit-sys > button , .exit-sys >a {    border: none;
            background-color: transparent;
            color: #fff !important;
            margin: 0 5px;
            font-size: 14px;
            display: inline-block;
            padding: 6px 0px;
        }

        .lang-sys > a , .lang-sys>button {     display: inline-block;
            color: #fff;
            font-size: 14px;
            border: none;
            background-color: transparent;
            padding-top: 7px;}
.link-drp-down {     padding: 10px !important;
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
position: relative;}
            .notificate-num-span {     width: 22px;
                height: 22px;
                position: absolute;
                left: 10px;
                background-color: #ff0a0a;
                color: #fff;
                font-size: 12px;
                line-height: 23px;
                border-radius: 50%;
                text-align: center;
                top: 10px;
                display: inline-block;}

                .mg-grid { width: 15px;}

                .notification-01 .dropdown-menu >a:last-of-type { border-bottom: none;}

.main-body-c-img {
    position: relative;
    background: url(../img/bgloading.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
}

.name-user {float: right;
    padding-top: 5px;
 
    }

.name-user > span  , .name-user > button{ color: #fff;
font-size: 14px;
display: inline-block;
 border: none;

 white-space: normal;
 background-color: transparent;
 text-align: center;
margin: 0 5px;}

.main-body-c-img > img {    width: 100%;
    height: 100vh;}

.over-lay-main-body {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 78%);}

.logo-content02 { position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
}
.logo-content02 > img { width: 300px;}

.logo-content02 > p { font-size: 28px;
    margin: 20px 0;
    font-weight: 600;}

    .copy-right-c {     background-color: #f7f4f4;
        position: absolute;
        width: 100%;
        bottom: 0;}

    .copy-right-c > p {     margin: 0 16px;
        font-size: 14px;
        padding: 5px;}

        .dropdown-menu.show { display: none;}
/*********************************************end home page**************************************************/
/***********************************************************************************************************/

/*********************************************start screen3**********************************************/
/***************************************************************************************************************/

.main-content002 { margin-top: 10px;
width: 100%;
float: right;
margin-bottom: 50px;}

.tabs-content-s .nav-tabs {border-bottom: 0;
    background-color: #f3f2f2;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 0px #dddcdc;
    padding-right: 0;}

.tabs-content-s .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: transparent;
    color: #C71623 !important;
    border-bottom: 2px solid #C71623 !important;
    font-size: 14px;}

    .tabs-content-s .nav-tabs .nav-link {     padding: 10px;
        font-size: 14px;
        color: #000;
        border: none;}



        .dropdown {
            position: relative;
            display: inline-block;
          }
          
          .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 200px;
            box-shadow: 1px 3px 7px 0px rgb(0 0 0 / 11%);
            z-index: 1;
            left: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            overflow: hidden;
            text-align: right;
          }
          
          .dropdown-content a {
            color: black;
            padding: 10px;
            text-decoration: none;
            display: block;
          }
          
          .dropdown-content a:hover {background-color: #f1f1f1}
          
          .dropdown:hover .dropdown-content {
            display: block;
          }
          
   

          .dropbtn {    display: inline-block;
            background-color: #4195AB;
            min-width: 80px;
            padding: 5px 7px;
            border-radius: 5px;
            color: #fff;
            font-size: 15px;
            height: 30px;
        border: none;
    text-align: right; }

    .dropbtn:hover { text-decoration: none;
    color: #fff;}


.heading-h-title {     margin: 15px 0;}

.heading-h-t {     color: #007F36;
    font-weight: 600;
    float: right;
    margin-top: 10px;}

    .btns-table-component { float: left;
   }

    .link-add-a {        display: inline-block;
        background-color: #2CC2B6;
        min-width: 80px;
        padding: 5px 7px;
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
        border: none;
        height: 30px;}
        .link-add-a:hover ,  .link-print-a:hover { color: #fff;
        text-decoration: none;}
    .link-print-a {      display: inline-block;
        background-color: #21988F;
        min-width: 80px;
        padding: 5px 7px;
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
        border: none;
        height: 30px; }

    .i-icon { float: left;
        padding: 3px;}

        .link-export-down , .link-export-down:focus { font-size: 14px;
        border-bottom: 1px dashed #ddd;
    color: #4E4E4E;}

    .link-export-down > img { width: 12px;}

.dropdown-content > a:last-of-type { border-bottom: none;}

.collapse-d-advanced {    
float: right;
width: 100%;
margin-top: 10px;}

.btn-collapse-adv {     background-color: #007F36;
width: 100%;
display: inline-block;
padding: 5px 15px;
border-radius: 5px;
color: #fff !important;}

.btn-collapse-adv:hover { text-decoration: none;}

.arrow-collapse-down { float: left;
display: block;
padding: 5px;}

.search-icon021 { font-size: 13px;}

.card-collapse-body { background-color: #F8F8F8;
padding-top: 10px !important;}

.input-01 > label {     color: #BF4124;
    font-size: 14px;
    margin-bottom: 5px;
}

    .input-01 {
    position: relative;
    text-align: right;
margin-bottom: 5px;}

    .label-l-com > label {   color: #BF4124;
        font-size: 14px; }

        .box-checks {display: flex;
        flex-wrap: wrap;}

.inputs-check01 {    display: flex;
    flex-flow: wrap;
    margin-left: 30px;}

.span-required-01 { position: absolute;
color: #ff3000;
font-size: 12px;}  

.btn-action-s { text-align: left;
margin-top: 10px;}

.btn-search {     display: inline-block;
background-color: #378F71;
width: 80px;
padding: 5px 7px;
border-radius: 5px;
color: #fff;
font-size: 15px;
height: 30px;
border: none;}

.box-checks .label-check { font-size: 14px;}

.table-t-main {     float: right;
width: 100%;
margin-top: 10px;}

.table-t-main table thead { background-color: #007F36;
color: #fff;}

.table-t-main table thead td, .table-bordered thead th {     font-weight: 100;
padding: 5px;
font-size: 14px;
text-align: center;}

.table-t-main  .table-bordered td, .table-t-main .table-bordered th { padding: 5px;
text-align: center;
font-size: 14px;
vertical-align: middle;}

.table-t-main table tr { height: 30px;}

.select-filter { background-color: transparent;
border: none;
font-size: 14px;
color: #fff;}

.select-filter > option { color: #000;
text-align: center;}

.btn-eye-modal {border: none;
    background-color: transparent;
    color: #197773; }

.btn-edit-modal { border: none;
    background-color: transparent;
    color: #0D4C73;}

    .icon-trash { color: #FF1515;}

    .modal-content-00 > .modal-header{    background-color: #007F36;
        padding: 5px;}

        .modal-content-00 > .modal-header .modal-title { color: #fff;
        font-size: 14px;}

        .modal-content-00 .close {     float: left;
            display: inline-block;
            padding: 0;
            margin: 0;
            opacity: 1;}

        .modal-content-00 .close > span {     padding: 0px;
            margin: 0 10px;
            color: #fff;
            opacity: 1;
        font-weight: 200;}

        .file-icon { margin-left: 5px;
            display: inline-block;
            padding: 5px 5px 0 0;}
        .content-detail-002 { border: 1px dashed #707070;
            margin-bottom: 5px;
        background-color: #F8F8F8;}

        .content-detail-002 {    border: 1px dashed #c5c5c5;
            margin-bottom: 5px;
            background-color: #efefef;
            padding: 5px;
            text-align: right;
            min-height: 50px;
            line-height: 35px;}

        .content-detail-002 > label { margin-bottom: 0;
        color: #BF4124;}

        .content-detail-002 > label  >span { color: #565656;}

        .download-a-link {       background-color: #1D9D73;
            color: #fff;
            border-radius: 5px;
            width: 220px;
            height: 35px;
            text-align: center;
            display: inline-block;
            font-size: 14px;
            margin-right: 5px;}

            .btn-close-modal {     display: inline-block;
                background-color: #D50A0A;
                min-width: 80px;
                padding: 5px 7px;
                border-radius: 5px;
                color: #fff;
                font-size: 15px;
                height: 30px;
                border: none;
            text-align: right;}

            .btn-close-modal:hover { text-decoration: none;
            color: #fff;}

            .download-a-link:hover { text-decoration: none;
            color: #fff;}

            .detail-modal-edit001 { margin-top: 10px;
                background-color: #F5F5F5;
                border-radius: 5px;
                padding: 10px 5px;}

                /*start upload img*/

                .avatar-upload {
                    position: relative;
                    max-width: 200px;
                    margin:  auto;
                  }
                  .avatar-upload .avatar-edit {
                    position: absolute;
                    right: 25px;
                    z-index: 1;
                    top: 1px;
                  }
                  .avatar-upload .avatar-edit input {
                    display: none;
                  }
                  .avatar-upload .avatar-edit input + label {
                    display: inline-block;
                    width: 34px;
                    height: 34px;
                    margin-bottom: 0;
                    border-radius: 100%;
                    background: #ffffff;
                    border: 1px solid transparent;
                    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                    cursor: pointer;
                    font-weight: normal;
                    transition: all 0.2s ease-in-out;
                  }
                  .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                  }
                  .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: "FontAwesome";
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                  }
                  .avatar-upload .avatar-preview {
                    width: 109px;
                    height: 109px;
                    position: relative;
                    border-radius: 100%;
                    border: 6px solid #f8f8f8;
                    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
                    margin: auto;
                    overflow: hidden;
                  }
                  .avatar-upload .avatar-preview > div {
                    
                    height: 110px;
                    margin: auto;
                    background-size: cover;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    width: auto;
                  }

                  .label-l-img { text-align: right;
                    color: #BF4124;
    font-size: 14px;}

    .file-upload-wrapper { text-align: right;}

                /*end upload img*/

                .btn-save-modal {     display: inline-block;
                    background-color: #25118E;
                    min-width: 80px;
                    padding: 5px 7px;
                    border-radius: 5px;
                    color: #fff;
                    font-size: 15px;
                    height: 30px;
                    border: none;
                    text-align: right;}

                    .label-upload-file01 {
                        background-color: #1D9D73;
                        color: #fff;
                        padding: 0.5rem;
                        border-radius: 0.3rem;
                        cursor: pointer;
                        width: 165px;
                        font-size: 14px;
                        text-align: center;
                      }
                      
                      #file-chosen{
                        margin-left: 0.3rem;
                      }

                      .upload0124 { text-align: right;
                    margin-bottom: 5px;}

                    .table-t-main table thead
                     {
                        position: sticky;
                        top: 0;
                        border-bottom: 2px solid #ccc;
                     
                    }

                    .table-t-main table tfoot  {  position: sticky;
                        bottom: 0;
                        border-top: 2px solid #ccc;
    
                background-color: #f5f5f5;}

                .pagination-nav012{ float: left;
                    width: 100%;
                }

                .pagination-nav012 > nav { float: left;}

                .pagination-nav012 .page-link { box-shadow: 1px 2px 5px #ddd;
                    border: none;
                    color: #707070;
                    height: 30px;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                    border-radius: 5px;
                    width: 40px;
    text-align: center;
    margin: 0 3px;
    line-height: 15px;}

    .dropdown-item.active, .dropdown-item:active { background-color: transparent;}

    .table-00 { width: 100%;
    float: right;}

    #imagePreview  { background-image: url('../img/avatar.png');}
/*********************************************end screen3**********************************************/
/***************************************************************************************************************/

/*******************************************start page not found********************************************/
/************************************************************************************************************/

.error-page-00 {     position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;}

.error-page-00 > span {   display: inline-block;
    font-family: rockwell;
    font-size: 160px;
    color: #000;
    margin-left: -5px;
}

.error-page-00 > img { width: 110px;
    margin-top: -110px;}


.h2-page-not-heading { color: #31724F;}

.paragraph-p-p-not {     color: #666666;
    font-size: 18px;
    margin: 15px 0 20px}

.link-main-page-not {    display: inline-block;
    width: 175px;
    text-align: center;
    margin: auto;
    padding: 10px;
    background-color: #C71623;
    color: #fff; }

    .link-main-page-not:hover { color: #fff;
    text-decoration: none;}

/*******************************************end page not found********************************************/
/************************************************************************************************************/

/***************************************start error page********************************************/
/****************************************************************************************************/

.error-page-55 {     position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;
    direction: ltr;}


    .span-num-err0r {     font-family: 'Stencil';
        font-size: 120px;
        color: #000;
        display: inline-block;}

.error-page-55 > img { width: 75px;
    margin-top: -65px;}





/***************************************end error page********************************************/
/****************************************************************************************************/

/**********************************start calendar page*******************************************/
/************************************************************************************************/

#calendar {
    max-width: 100%;
    margin: 0 auto;
  }

  .calendar-dd {     width: 100%;
    float: right;
    margin-top: 10px;}

.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {    color: #fff;
background-color: #C71623;
border-color: #C71623;}

.fc .fc-button-primary {     color: #fff;
color: #fff;
background-color: #C71623;
background-color: #C71623;
border-color: #C71623;
border-color: #C71623;}

.fc .fc-button-primary:disabled {     color: #fff;
color: #fff;
background-color: #007F36;
background-color: #007F36;
border-color: #007F36;
border-color: #007F36;
border-radius: 7px;
}

.fc .fc-button:disabled { opacity: 1;}

.fc-col-header-cell-cushion   { height: 40px;
vertical-align: middle;
line-height: 40px;
background-color: #ddd;
color: #4a4848;
font-weight: 500;}


.fc .fc-col-header-cell-cushion { width: 99%;
    text-decoration: none;
background-color: #c716231f;}

.fc .fc-non-business { background-color: #f3f2f2;}

.fc-daygrid-day-frame, .fc-daygrid-day-events, .fc-daygrid-event-harness {background-color: #007f3626;}

.fc .fc-daygrid-day-events { background-color: #007f3626;}

.fc .fc-daygrid-day-events {     margin-top: 1px;
    background-color: #d9ece1 !important;}

    .fc .fc-daygrid-day-number {   color: #4a4848;}

    .fc .fc-daygrid-day-top { justify-content: center;}

    .fc .fc-button-primary:focus { box-shadow: none;}

    .fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus { box-shadow: none;}

    .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) { border-radius: 8px;
        margin: 5px;
  }

    .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {     border-radius: 8px;
        margin: 5px;}
/**********************************end calendar page*******************************************/
/************************************************************************************************/

/******************************************start screen 12**********************************************/
/*******************************************************************************************************/

.input-search00 { position: relative; }

.btn-s-search01 {left: -3px;
    position: absolute;
    top: 2px;
    height: 100%;
    width: 50px;
    background-color: transparent;
    border: none;
    color: #707070; }


    .input-search00 > label {     color: #BF4124;
        font-size: 14px;}

    table-t-main  .table td, .table th { vertical-align: middle;}

.label-input-search { position: relative;}

.label-input-search .btn-s-search01 {     top: 15px;}

.label-input-search > label { margin-bottom: 5px;}
/******************************************end screen 12**********************************************/
/*******************************************************************************************************/

/*************************************start loading page***********************************/

.container-1 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    vertical-align: middle;
    background-image: url('../img/bgloading.jpg');
    margin: auto;
    text-align: center;
    display: inline-block;
    padding-top: 15%;

  }
  
  .logo-loader {
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
  }
  
  .line {
    height: 3px;
    width: 200px;
    background: #e8e8e8;
    margin: 10px auto;
  }
  .line .inner {
    width: 100%;
    height: inherit;
    background: #108445;
    animation: slide 2s ease-in-out infinite;
  }
  
  @keyframes slide {
    0% {
      transform-origin: left;
      transform: scalex(0.3);
    }
    25% {
      transform-origin: left;
      transform: scalex(1);
    }
    26% {
      transform-origin: right;
      transform: scalex(1);
    }
    50% {
      transform-origin: right;
      transform: scalex(0.3);
    }
    75% {
      transform-origin: right;
      transform: scalex(1);
    }
    76% {
      transform-origin: left;
      transform: scalex(1);
    }
    100% {
      transform-origin: left;
      transform: scalex(0.3);
    }
  }

  .table thead { position: sticky;
top: 0;}


/************************start step wizard****************************/
/*********************************************************************/

.steps-wizard { margin-top: 30px;}

.sw-theme-dots>.nav-progress::after {
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    width: var(--sw-progress-width);
    height: 5px;
    background-color: var(--sw-progress-color);
    border-radius: 3px;
    z-index: 2;
    transition: width .5s ease-in-out;
}


.step-num-0000 {    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 45%;
    bottom: -18px;
    z-index: 2222;
    background-color: #c71623;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 31px;
    font-weight: 300;
    border-radius: 50%;
    border: 5px solid #dd8e94;}


    .sw-theme-basic > .nav .nav-link.active::after {     background: #007f36 !important}

    .sw-theme-basic > .nav {     margin-top: 15px;}

    .sw-theme-basic > .nav .nav-link.done::after {     background: #c7162354;}

    .sw > .tab-content { height: auto !important;
    margin-top: 10px;}

    .sw .toolbar > .sw-btn {     background-color: #007f36;
        border: 1px solid #007f36;}

        .checked-img-w { width: 70px;}

        .checked-s-wizard { margin: 20px auto;
            text-align: center;}

        .wizard-p { margin: 20px 0;}

        .link-wizard-00 {    display: inline-block;
            background-color: #007F36;
            width: auto;
            padding: 5px 7px;
            border-radius: 5px;
            color: #fff;
            font-size: 15px;
            height: 30px; }

            .link-wizard-00:hover { color: #fff;
            text-decoration: none;}

/************************end step wizard****************************/
/*********************************************************************/

/**********************start timepaker**************************/
/*****************************************************************/

.form-label-1 {     color: #BF4124;
    font-size: 14px;
    margin-bottom: 5px;}


    .input-date-picker {border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;}


.input-group-text-00{       display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #007f36;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f3f2;
    border: 1px solid #ced4da;

         border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important; 
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;}

.tempus-dominus-widget .fa-chevron-right:before { content: "\f053";
color: #fff;}

.tempus-dominus-widget .fa-chevron-left:before { content: "\f054";
color: #fff;}

.tempus-dominus-widget .calendar-header { background-color: #007f36d4;
    border-radius: 5px;
    padding: 10px;}

    .tempus-dominus-widget .calendar-header .next { text-align: left;}

    .tempus-dominus-widget .calendar-header .previous { text-align: right;}

    .tempus-dominus-widget .calendar-header .picker-switch {     color: #fff;
        font-weight: 200;
    }

    .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {     background-color: #007f36;
        color: #fff;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
        border-radius: 50%;}

.tempus-dominus-widget.light .date-container-days .dow {     color: #000;
background-color: #edecec;
padding: 7px 5px;
margin: 4px;
font-size: 13px;
/* text-align: center; */
border-radius: 5px;}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight), .tempus-dominus-widget .date-container-years div:not(.no-highlight), .tempus-dominus-widget .date-container-months div:not(.no-highlight), .tempus-dominus-widget .date-container-days div:not(.no-highlight), .tempus-dominus-widget .time-container-clock div:not(.no-highlight), .tempus-dominus-widget .time-container-hour div:not(.no-highlight), .tempus-dominus-widget .time-container-minute div:not(.no-highlight), .tempus-dominus-widget .time-container-second div:not(.no-highlight) {     background-color: #2b95581a;}
.tempus-dominus-widget .toolbar div {     border-radius: 5px;
margin-top: 10px;
background-color: #007f36d9;}

.toolbar .fa-clock {     font-size: 20px;
color: #fff;}

.tempus-dominus-widget.light .toolbar div:hover {    background-color: #007f36d9;}

.toolbar .fa-calendar { color: #fff;}

.tempus-dominus-widget .time-container { margin: 10px;}

.tempus-dominus-widget .toggleMeridiem { height: 35px;
width: 40px;}

.tempus-dominus-widget.light button { background-color: #269254;
    border-color: #269254;
    border: none;}

    .tempus-dominus-widget .time-container-clock .no-highlight {     width: 100%;}

    .nav-link.default.active .step-num-0000 { background-color:#269254 ;
    border: 5px solid #007f36;}




/**********************end timepaker**************************/
/*****************************************************************/

/***********************************start step2 page***************************************/
/*******************************************************************************************/

.steps-d-22 { padding: 10px 0;}

.ul-list-steps {list-style-type: none;
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    margin: 20px 0;}

.li-step-1 {     display: flex;
    justify-content: center;
    position: relative;
    flex: auto;
    padding: 0px 5px;}

.link-step-1 {    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;}

.link-step-1.active .span-s-num-00 { 

    background-color: #269254;
   
    border: 5px solid #007f36;
 }

    .link-step-1 .span-s-num-00 { width: 40px;
        display: inline-block;
        height: 40px;
        background-color: #c71623;
        text-align: center;
        color: #fff;
        line-height: 30px;
        border-radius: 50%;
        border: 5px solid #dd8e94;
        z-index: 5555;
        position: absolute;
        top: -21px;
        left: 45%; }


    .link-step-1::after { width: 100%;
        height: 2px;
        content: '';
        background-color: #f3cdcd;
        left: 0;
        position: absolute;
        bottom: 0;}

        .link-step-1.active::after { background-color: #007F36; } 

        .link-step-1.active::after { background-color: #007F36; } 
        
        .content-step-d { margin-top: 30px;}

        .btn-steps-bar { text-align: left;}

        .next-s-1 { background-color: #007f36 !important;}

        .prev-s-1 { background-color: #007f36 !important;}

        .reset-s-1 {background-color: #046a7a !important }

        .close-s-1 {background-color: #fb0215 !important; }

        .btn-steps {     display: inline-block;
            background-color: transparent;
            min-width: 85px;
            padding: 5px 7px;
            border-radius: 5px;
            color: #fff;
            font-size: 15px;
            height: 30px;
            border: none;
            text-align: right;}

/***********************************end step2 page***************************************/
/*******************************************************************************************/

/******************************start simple-table-tree-00********************************************/
/*****************************************************************************************************/

.simple-table-tree-00 { margin: 15px 0;}

.table td, .table th { padding: 0;}

.simple-tree-table-empty > th {     background-color: #04ad4c;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;}


    .simple-tree-table-empty > td { background-color: #f3efef;}


/******************************end simple-table-tree-00********************************************/
/*****************************************************************************************************/