/*-------------------/
//   Global Style   //
/-------------------*/
@media print{
    @page {
        size: auto;
    }
}

body {
    font-family:'Poppins';
    font-size: 11px;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1190px;
    }
}

#loading{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../img/loading.gif") no-repeat center center rgba(255,255,255,0.58)
}


.modal { overflow-y: auto }

.modal-header {
    border-top-left-radius: 0px;    
    border-top-right-radius: 0px;    
}

.error {
    color: #ff0000;
}

.slider-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index:1000;
}

div#sliderDiv {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#sliderDiv .contact-content-header {
    position: unset;
}

div#sliderDivContent {
    margin-left: 40%;
    background: white;
    height: 100%;
    overflow: hidden;
}

div#sliderDivBody {
    padding: 10px;
    height: 90vh;
    background: white;
}

.navbar-menu .nav-link {
    font-size: 15px;
}

.navbar-brand {
    /* background: white; */
    text-align: center;
}

header.navbar {
    /*background-image: linear-gradient(to right, #ff6a002e , #ffc107bf)*/
    background-color: #FDFBD4;
    border-bottom: 1px solid #ddddd3;
}

#brand_logo {
    width: 70%;
}

@media (min-width: 992px) {
    #brand_logo {
        width: 95%;
    }
}

footer {
    display: flex;
    /* background-color: #1e1e1e !important; */
}

.fas, .far {
    margin-right: 5px;
}

.navbar-menu-sub .nav-sub-link {
    font-size: 11px;
}

.ui-datepicker{ z-index:1051 !important; }

.alert-error {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.update_status {
    cursor: pointer;
}

.select2-container .select2-dropdown {
    z-index:100000;
}

.select2-results__option {
    font-size: 11px;
}

.select2-results__option[aria-selected=true] {
    /* background-color: #ddd !important; */
}

select.parsley-error + span>span>span.select2-selection.select2-selection--single {
    border-color: #dc3545 !important;
}

select.parsley-success + span>span>span.select2-selection.select2-selection--single {
    border-color: #10b759 !important;
}

#viewTable tr > th {
    text-align: left;
    vertical-align: middle;
}

.std_card {
    width: 23%;
    border-radius: 4px;
    background: #f4f5f8;
    border: 1px solid #212d39;
    display: flex;
    float: left;
    margin: 5px;
}

.inner_del_btn {
    float: right;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    margin-right: 5px;
    width: 0px;
    color: #dc3545;
}

.std_card .inner_del_btn {
    margin-right: 16px;
}

.update_status_btn {
    cursor: pointer;
}

/* custom_checkbox.css */

/* Style the label of the checkbox */
.custom-multi-checkbox label {
    font-family: 'Lato';
    color: #1c273c;
}

/* Style the checkbox input */
.custom-multi-checkbox .form-check {
    width: 24%;
    display: flex;
    float: left;
    margin: 5px 2px;
}

.wizard-tab > .steps {
    margin-bottom: 0px;
}

.wizard-tab > .steps .done a {
    background-color: #1c273c;
}

.wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
    background-color: #1c273c;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #1c273c;
}

.wizard > .actions > ul > li:last-child a {
    background-color: #ff6a00;
}

/* Style the checkbox input */
.custom-multi-checkbox input[type="checkbox"] {
    /* Your custom styles here */
    margin-top: 1px;
}

/* Style the checked checkbox */
.custom-multi-checkbox input[type="checkbox"]:checked {
    accent-color:#ed6504;
}

 /* CSS for styling the image preview container */
    #image-preview {
        width: 200px;
        height: 200px;
        border: 1px solid #ccc;
        display: inline-block;
        overflow: hidden;
    }

    #preview-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*-------------------/
// Bootstrap Alerts //7
/-------------------*/
.bt_alert .modal-confirm {
	color: #636363;
	width: 325px;
	font-size: 14px;
}
.bt_alert .modal-confirm.alert_confirm {
	width: 400px;
}

.bt_alert .modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.bt_alert .modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}
.bt_alert .modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.bt_alert .modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}

.bt_alert .modal-confirm.alert_confirm .modal-body {
	color: #999;
}

.bt_alert .modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.bt_alert .modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}
.bt_alert .modal-confirm .icon-box {
	color: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.bt_alert .modal-confirm.alert_success .icon-box {
	background: #82ce34;
}

.bt_alert .modal-confirm.alert_error .icon-box {
	background: #ef513a;
}

.bt_alert .modal-confirm.alert_confirm .icon-box {
    position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #ffc107;
	color: #ffc107;
	top: 0px;
	padding: 0px;
}
.bt_alert .modal-confirm.alert_confirm .icon-box svg {
	color: #ffc107;
	font-size: 46px;
	display: inline-block;
	margin-top: 12px;
}

.bt_alert .modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.bt_alert .modal-confirm.modal-dialog {
	margin-top: 80px;
}
.bt_alert .modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}

.bt_alert .modal-confirm.alert_success .btn {
	background: #82ce34;
}

.bt_alert .modal-confirm.alert_error .btn {
	background: #ef513a;
}

.bt_alert .modal-confirm.alert_success .btn:hover, .bt_alert .modal-confirm.alert_success .btn:focus {
	background: #6fb32b;
	outline: none;
}

.bt_alert .modal-confirm.alert_error .btn:hover, .bt_alert .alert_error.modal-confirm .btn:focus {
	background: #da2c12;
	outline: none;
}

.bt_alert .trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

/*-------------------/
// Details Card CSS //
/-------------------*/
.proj_image {
    opacity: 0.5;
}

.card-profile .card-body {
    padding: 15px 10px !important;
}

.avatar-lg .avatar-initial {
    font-size: 22px;
}

.location_icon {
    width: 12px;
    height: 12px;
    color: #3b4863;
}

.ribbon {
    background: #3b4863;
    padding: 3px 8px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    top: 0px;
    max-width: 70%;
    left: 9px;
    border-bottom-right-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
    display: flex;
    font-size: 12px;
    text-shadow: 0.5px 0.5px 4px #000000;
    z-index: 1;
}

.divider-vertical {
   margin: 0 9px;
}

/*-------------------/
// Data Table       //
/-------------------*/
#viewTable {
    font-family:'Roboto';
}

#viewTable td{
    font-size:13px;
    vertical-align: middle;
}

#viewTable td .btn-icon {
    padding:5px;
    min-width: 30px;
}

#viewTable_filter .form-group {
    display: flex;
    /* width: 100%; */
    padding: 0px 4px;
    margin: 0px 0px 6px 0px;
}

#viewTable_filter .select2-container--default {
    width: 100% !important;
}

#viewTable_filter input {
    width: 100% !important;
}

/*#viewTable_filter label input {
    width: 100%;
    height: 92%;
}*/
#project-filter{
    /*display: inline;*/
    /*width: 100%;*/
}

.tx-small-shade {
    font-size: 10px;
    color: #97a3b9;
}
/*--------------------/
// Extra Text Colors //
/--------------------*/
.tx-red {
    color: red;
}

.tx-green {
    color: green;
}

.tx-blue {
    color: blue;
}

.tx-yellow {
    color: yellow;
}

/*-------------------/
// Pink Button      //
/-------------------*/

.btn-pink {
    color: #fff;
    background-color: #f10075;
    border-color: #f10075;
}

.btn-pink:hover {
    color: #fff;
    background-color: #df1477;
    border-color: #d31371;
}

.btn-pink:focus, .btn-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 0, 117, 0.5);
}

/*---------------------/
// Orange Button      //
/---------------------*/
.btn-orange {
    color: #ffffff;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.btn-orange:hover {
    color: #ffffff;
    background-color: #e16107;
    border-color: #e16107;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #ffffff;
    background-color: #e16107;
    border-color: #e16107;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ff6a0080;
}

/*--------------------/
// Black Button      //
/--------------------*/
.btn-black {
    color: #ffffff;
    background-color: #3c3b3b;
    border-color: #3c3b3b;
}

.btn-black:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #00000080;
}

.buttons-print, .buttons-pdf {
    color: #fff !important;
    background-color: #3b4863 !important;
    border-color: #3b4863 !important;
}

.buttons-print, .buttons-pdf:hover {
    color: #fff !important;
    background-color: #2d374b !important;
    border-color: #283143 !important;
}

/*-------------------/
// Vertical Tabs    //
/-------------------*/
#tabMenu .circle-icon {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 1px solid #f64cc2;
    background: #fff;
    color: #031a61;
    font-size: 14px;
}

#tabMenu.vertical-tab {
	z-index: 1;
}

#tabMenu.vertical-tab li.nav-item {
    text-align: left;
}

.nav-tabs.flex-column .nav-item .nav-link {
}

#tabMenu.vertical-tab li.nav-item a {
	padding: 10px 15px;
	width: auto;
	min-width: 175px;
	height: 100%;
	border: 0.5px solid #485e9029;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #fff;
	color: #333;
	transition: all 0.3s;
	margin-right: 0px;
	justify-content: flex-start;
	border-radius: 0px;s
}

#tabMenu.vertical-tab li.nav-item a.active {
	background: linear-gradient(120deg, #f64cc2, #8b50ff);
	color: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#tabMenu.vertical-tab li.nav-item a.active .circle-icon {
	border-color: #fff;
}

.tab-content {
	flex: 2;
	background: #fff;
}
.tab-content .tab-pane {
	overflow: hidden;
	position: relative;
}
.tab-content .wid-250 {
	width: 250px;
}
