@font-face {   
    font-family: Zatiyan;
    src: url('../fonts/Zatiyan.otf');
}

html {
    scroll-behavior: smooth;
}

body { 
    font-family: 'century gothic';
    font-size: 20px;
    line-height: 30px;
    color: black !important;
    font-weight: 400;
}
.card-body{
    background-color: #d3d7d6;
}
input:not(.notActive),
  select:not(.notActive),
  textarea:not(.notActive) {
    border: 1px solid #ccc !important;
}
input:not(.notActive):not([type="button"]):not([type="submit"]),
select:not(.notActive),
textarea:not(.notActive) {
  background-color: #dee1e0 !important;
}

/* CKEditor border style */
.ck.ck-editor__editable:not(.notActive) {
    background-color: #dee1e0 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 8px;
}
.ck-toolbar{
    background-color: #dee1e0 !important;
}
/* CKEditor focus style */
.ck.ck-editor__editable:not(.notActive):focus {
    border: 2px solid #f47d2e !important;
    outline: none;
}
input:not(.notActive):focus,
select:not(.notActive):focus,
textarea:not(.notActive):focus {
    border: 2px solid #f47d2e !important;
    outline: none;
}

input[type="radio"]:not(.notActive):checked + label,
input[type="checkbox"]:not(.notActive):checked + label {
    border: 2px solid #f47d2e;
    border-radius: 6px;
    background-color: #dee1e0 !important;
}

label:not(.notActive):has(input:focus),
label:not(.notActive):has(input:checked) {
    border: 2px solid #f47d2e;
    border-radius: 6px;
    background-color: #dee1e0 !important;
}
.company-header{ 
    padding: 20px;
    background-color: rgb(3 112 130 / 100%);
}
.company-footer {
    padding: 20px;
    background-color: rgb(3 112 130 / 100%);
    color: white;
}
.company-footer p {
    font-size: 16px;
}
.btn-white {
    color: white;
    border: 1px solid white;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    line-height: 24px;
    text-decoration: none;
}

.btn-white i {
    padding-left: 10px;
    font-size: 22px;
    transition: margin 0.2s ease-in-out;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    border: 1px solid #fff;
}

.btn-white:hover i,
.btn-white:focus i {
    color: #fff;
    margin-left: 5px;
}
.feed_header {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    color: black;
}
.feed_sub_header {
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.feed_option {
    font-family: century gothic;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    color: black;
}
.left-layout .feed_sub_header{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color:black !important;
    padding-top: 10px;
    text-decoration: none;
}
.feed_sub_header a:hover{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color:black;
    padding-top: 10px;
    text-decoration: underline;
}
.left-layout .card, .right-layout .card{
    padding: 15px 20px;
    border-radius: 15px;
    background: #ffff;
    box-shadow: 0px 3px 30px 23px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.link_small_gray {
    font-size: 14px;
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
    color: gray;
}
b{
    color:black;
}
.rowContent{
    justify-content: space-between;
    display: flex;
    padding-bottom: 5px;
}
.summaryContent{
    justify-content: space-between;
    display: flex;
    padding-bottom: 5px;
}
.w-line {
    width: 100%;
    height: 1px;
    background-color: #bfb7b7;;
    margin: 10px 0px;
}
.btn:focus {
    outline: none;
}
.button_blue {
    font-family: century gothic;
    font-size: 12px;
    border-radius: 5px;
    width: auto;
    height: 40px;
    border: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    background-color: #f47d2e;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
}
.button_blue_large{
    font-size: 16px;
    border-radius: 5px;
    width: auto;
    height: 36px;
    border: 0px;
    font-weight: bold;
    background-color: #f47d2e;
    cursor: pointer;
    color: #FFFF;
    padding: 1px 30px;
    margin-right: 20px;
}
.button_blue_large:hover {
    background-color: #f47d2e;
    transition: background-color 0.3s ease;
    opacity: 1;
    cursor: pointer;
    color: #FFFFFF;
}
.input_text {
    font-family: century gothic;
    font-size: 16px;
    border: 1px solid gray;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 5px;
    background-color: white;
    cursor: pointer;
    color: black;
}

.input_select {
    font-family: century gothic;
    font-size: 16px;
    border: 1px solid gray;
    border-radius: 5px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    width: auto;
    background-color: ffffff;
    cursor: pointer;
    color: 000000;
}

.input_textarea {
    font-family: century gothic;
    font-size: 16px;
    border: 1px solid gray;
    border-radius: 5px;
    width: 200px;
    height: 26px;
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: ffffff;
    cursor: pointer;
    color: 000000;
}

.input_date {
    font-family: century gothic;
    font-size: 16px;
    border: 1px solid gray;
    border-radius: 5px;
    height: 40px;
    width: 165px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: ffffff;
    cursor: pointer;
    color: 000000;
}

.company_banner{
   width: 130px;
   padding: 0px 2px;
}

table.table thead tr{
    border: 2px solid #353434 !important;
}

table.table tbody tr td{
    border: 0px !important;
}

.badgeCard{ 
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border: 1px solid white;
    border-width: thin;
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 #a0a0a0, 0 1px 2px 0 #a0a0a0;
    margin-left: 10px;
    margin-top: 5px;
    width: 250px;
    height: 340px;
    margin: 9px;
    padding: 7px;
}

.tab_active {
	height: auto;
	z-index: 100;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: inline-block;
	margin-left: 0px;
	width: auto;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-right: 20px;
	border-color: #b0b0b0;
	border-width: thin;
	border-style: solid;
	border-radius: 2px;
	background-color: #3f3f3f;
	border-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tab_not_active {
	height: auto;
	z-index: 100;
	padding-top: 7px;
	padding-left: 20px;
	padding-bottom: 7px;
	display: inline-block;
	width: auto;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	vertical-align: bottom;
	padding-right: 20px;
	border-color: #b0b0b0;
	border-width: thin;
	border-style: solid;
	border-radius: 2px;
	background-color: #575757;
	border-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab_active a, .tab_not_active a{
    color:white;
    text-decoration: none;
}

.main_box_2 {
    width: auto;
    height: auto;
    z-index: 100;
    box-shadow: 0 1px 2px 0 #a0a0a0, 0 1px 2px 0 #a0a0a0;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    border-color: #c3bdbd;
    border-width: thin;
    border-style: solid;
    border-radius: 0px 20px 20px 20px;
    background-color:  #d3d7d6;
}

.rowContent iframe{
    width:100%;
}

@media (max-width: 440px){
    .right-layout .rowContent,  .right-layout .summaryContent{
        flex-direction:column;
    }

    .summaryContent iframe{
        width:100%;
    }

    .frameFormat{
        width: 100% !important;
    }

    .card-body{
        padding:0px !important;
    }

    p{
        margin-bottom:0px
    }
    .filter{
        padding-left:14px;
    }
    .input_text, .input_date{
        width: 200px !important;
    }
}

@media (min-width: 380px) and (max-width: 767px){

    .right-layout .rowContent,  .right-layout .summaryContent{
        flex-direction:column;
    }

    .card-body{
        padding:0px !important;
    }

    .summaryContent iframe{
        width:100%;
    }

    .filter{
        padding-left:10px;
        text-align: left!important;
    }

    .input_text, .input_date{
        width: 280px !important;
    }
    .header_name{
        text-align: center !important;
    }
    .btns{
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .company_banner{
        width: 100px;
        padding: 0px 2px;
    }
    .summaryContent iframe{
        width:100%;
    }

    .card-body{
        padding:0px !important;
    }
    .filter{
        padding-left:16px;
        text-align: left!important;
    }

    .input_text, .input_date{
        width: 350px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){

    .summaryContent iframe{
        width:100%;
    }
    .filter{
        padding-left:10px;
        text-align: left!important;
    }
    .input_text, .input_date{
        width: 400px !important;
    }
}

@media (min-width: 1400px) {
    .company_banner{
        width: 75px;
        padding: 0px 2px;
    }

    .summaryContent iframe{
        width:560px;
    }

    .card-body{
        padding:6px !important;
    }
    .filter{
        padding-left:0px;
        text-align: right!important;
    }
    .input_text, .input_date{
        width: 400px !important;
    }
}
@media (min-width: 1900px) {
    .company_banner{
        width: 100px;
        padding: 0px 2px;
    }

    .summaryContent iframe{
        width:560px;
    }

    .card-body{
        padding:6px !important;
    }
    .filter{
        padding-left:0px;
        text-align: right!important;
    }
    .input_text, .input_date{
        width: 400px !important;
    }
}

.notActive{
    font-family: century gothic;
    font-size: 16px;
    border-radius: 15px;
    width: auto;
    height: 36px;
    border: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
    font-weight: bold;
    background-color: #e0e0e0 !important;
}

.tabs-wrapper {
    position: relative;
    overflow: hidden;
    width: 1000px;
}

.tabs-list	{
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.tabs-list .tab_active, .tabs-list .tab_not_active{
    margin-left: 0px;
}

.main_box_2{
    border-radius: 0px 0px 20px 20px;
}

.paddle {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 36px;
    background: white;
    border: 1px solid #b0b0b0;
}

.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}

.hidden {
    display: none;
}

.multiSelect::-webkit-scrollbar-track {
    border-radius: 5px; /* Border radius of the scrollbar track */
}

.ck-editor__editable_inline {
    min-height: 400px;
}
.ck-editor a {
    cursor: pointer;
    font-weight: bold;
}
.ui-autocomplete {
    z-index: 100;
}
.ui-autocomplete{  
    font-family: century gothic !important;
    position: absolute;
    border: 1px solid #d4d4d4;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    width: auto;
}
.comment_img img{
    max-width:100% !important;
}
#SlideInUpdateMessage-wrapper {
    display:block;
    position:fixed;
    top:35%;
    right:-300px;
    z-index:1000;
}
#SlideInUpdateMessage-wrapper .SlideInUpdateMessageBox {
    padding: 6px;
    float:right;
    text-align:right;
}
.SlideInUpdateMessageBox{
    background-color: #002b48;
}
#SlideInUpdateMessage, .fa-bullhorn{
    color:white;
}

/* Styles for radio & checkbox starts */
.radio-tile {
    display: flex;
    align-items: center;
    width:auto;
    min-width: 250px;
    padding: 10px 15px;
    background-color: #dee1e0 !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.radio-tile:hover {
    background-color: #dee1e0;
}

.radio-tile input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid #f47d2e;
    accent-color: #f47d2e; /* optional for modern browsers */
}
.radio-tile input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid #f47d2e;
    accent-color: #f47d2e; /* optional for modern browsers */
}

.tile-label {
    font-size: 16px;
    color: #333;
}

/* Hide native checkbox appearance */
.radio-tile input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 2px solid #f47d2e;
    border-radius: 4px;
    background-color: white;
    position: relative;
    cursor: pointer;
}

/* Show background color when checked */
.radio-tile input[type="checkbox"]:checked {
    background-color: #f47d2e !important;
}

/* Custom checkmark using :after */
.radio-tile input[type="checkbox"]:checked::after {
    content: '✔';
    color: white; 
    font-size: 16px;
    position: absolute;
    top: -6px;
    left: 3px;
}
/* Base styling - unselected radio button */
.radio-tile input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 2px solid #f47d2e;
    border-radius: 50%;
    background-color: #dee1e0;
    position: relative;
    cursor: pointer;
}

/* Keep background white even when selected */
.radio-tile input[type="radio"]:checked {
    background-color: #dee1e0;
    border: 2px solid #f47d2e !important;
}

/* Orange dot in the center when selected */
.radio-tile input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #f47d2e;  /* orange dot */
    border-radius: 50%;
}
/* Styles for radio & checkbox ends */

/* Styles for tel inputs starts */
.iti__flag-container, .iti__selected-flag,.iti__selected-dial-code {
    background-color: #dee1e0 !important;
}
.iti__country-name,.iti__dial-code{
    font-family: century gothic !important;
    font-size: 16px !important;
}
.iti__dial-code{
    white-space: nowrap !important;
}
.iti__flag-container{
    height: 30px;
    position: absolute !important;
    top: 5px !important;
    left: 1px !important;
}

.iti__country-list {
    background-color:#ebf1ef !important;
    width: 300px;
    max-width: 400px !important;
    white-space: normal !important;
    overflow-x: hidden;
    word-break: break-word;
    /* top: 33px; */
}

.iti__country {
    display: flex !important;
    align-items: baseline;
}

.iti__country-name {
    flex: 1 1 auto;
    white-space: normal !important;
    word-break: break-word;
}

.iti__country-list::-webkit-scrollbar {
    width: 8px;
}
  
.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #999; 
    border-radius: 6px;
}
.iti__country-list::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.iti__country-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px;
}
/* Styles for tel inputs ends */


/* Hide the default spinner arrows for number inputs */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.form-control:focus {
    box-shadow: none !important;
}

/* Dialog's styles */
.ui-dialog{
    background-color: #cfcfcf !important;

}