@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap');
*{ padding: 0; margin: 0; box-sizing: border-box;}
body{padding:0px 0 0 0; margin: 0;font-family: 'Raleway', sans-serif;font-size: 15px; font-weight: normal;overflow-x: hidden !important; background: #fafafa;  color: #000;overflow-x: hidden !important;}
img,svg{max-width: 100%;}
svg {overflow: hidden;vertical-align: middle;}
a{color:#000;}
a:hover{color:#F05323 ;}
a,a:hover,a.active,a:active,a:focus{outline: none; text-decoration: none;}
a, a:hover, a:focus, a:active, a.active {outline: 0;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;text-decoration: none; cursor: pointer;}
html {  scroll-behavior: smooth;}
h1{font-size: 50px;font-weight: 700;}
h2{font-size: 35px; font-weight: 700;}
h3{font-size: 25px; font-weight: 700;}
.form-control, .btn, label,li, li a,td,th {
    font-size: 14px !important;
}
.table th{border: none;}
/*-------- login css start here ---------*/
#login-main{position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center;}
    #login-main:after{position: absolute;left: 0; top: 0; width: 44%; height: 100%; content: ""; background: rgb(242,104,62);
background: linear-gradient(180deg, rgb(6, 197, 255) 0%, rgb(18, 110, 178) 100%);
opacity:0.85 
        
    }
#login-main img {position: relative;z-index: 2;}
.login-box{border-radius: 0; max-width: 600px; padding: 15px; width: 100%}
.lost{color: rgba(240, 83, 35, 1); text-decoration: underline;}
.form-group {
    position:relative ;
}.form-group i {
    position: absolute;
    right: 10px;
    top: 41px;
}.text-red{color: #ff0000;}

@media screen and (max-width: 992px) {
#login-main:after{width:40%;}
}
@media screen and (max-width: 512px) {
#login-main:after{width: 100%; height: 250px;}
#login-main .pr-5{padding-right:15px!important; }
#login-main h2{margin-top: 1.5rem}.login-box{padding-left: 30px; padding-right: 30px;}
}
.btn{border: 1px solid #ced4da}
/*---------- end -------------*/
.btn-primary {
    color: #fff;
    background-color: #029DB7;
    border-color: #09D5F7;
}
.btn-primary:hover {
    color: #fff;
    background-color: #029DB7;
    border-color: #09D5F7;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #029DB7;
    border-color: #09D5F7;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #029DB7;
    border-color: #09D5F7;
    box-shadow: 0 0 0 .2rem rgba(242,104,62,.5);}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;border-right: 1px solid #FFDDD3;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #FFDDD3;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a span{color: #167ce8}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #09D5F7;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color:#029DB7;
    background: #fafafa;
}

a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #90eaff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 30px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}
@media (max-width: 767px) {   #content.active {
        width: calc(100% - 0px);
    }
 }

.sh-none{box-shadow: 0 0 0 #fff!important}
.box-main{border-radius: 10px; border: 1px solid #FFDDD3;}
.table td, .table th {padding:7px .75rem;font-size: 12px!important; font-weight: normal; vertical-align: middle;}
.table th {white-space: nowrap;}
@media (max-width: 992px) {
.table td, .table th {
    padding:7px .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    white-space: nowrap;
}
}
.action-btn {font-size: 15px!important}
.action-btn:after{display: none;}
.page-link {
    background-color: #BCBCBC;
    border: 1px solid #BCBCBC;
    color: #fff;font-size: 12px!important;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #767676;
    border-color: #767676;
}

.job-tab .nav-tabs>li {
    float: none;
    display: inline;
}

.job-tab .nav-tabs li {
    margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
    margin-right: 0;
}

.job-tab .nav-tabs {
    position: relative;
    z-index: 1;border: none;
}

.job-tab .nav-tabs:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: -1;
}



.job-tab .nav-tabs>li a {
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    padding: 5px 30px;
}

.job-tab .nav-tabs>li>a.active, 
.job-tab .nav-tabs>li a.active>:focus, 
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
    border: none;
    background-color:#f05323;
    color: #fff;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
  background-color: #029DB7;
    border-color: #09D5F7;
}
.w-100.mb-4 .float-left {
    max-width: 300px !important;
width: 100%;
}
@media (max-width: 512px) {
.w-100.mb-4 .float-left {
    max-width: 100% !important;
    margin-bottom: 1.5rem !important;width: 100%;
}
}
.img-icos{display: flex;justify-content: center; align-items: center; width: 60px; height: 60px;border: 1px solid #DCE4EF; border-radius: 5px; background: #fff; font-size: 22px; color: #f05323}

.status-active {
    background: #FFDDD3;
    border-radius: 10px;
    color: #000;
}
.status-deactive {
    background: #BCBCBC;
    border-radius: 10px;
    color: #000;
}
.status-accept {
    background: #D3FFD3;
    border-radius: 10px;
    color: #000;
}

.fa-solid.fa-magnifying-glass {
    color:#f05323 !important;
    top: 10px !important;
}
.big-text span{color: #f05323; font-size: 32px}.big-text h6{font-size: 20px}