@font-face {
    font-family: 'IRANSansMobile';
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/IRANSansMobile_Medium.ttf') format('truetype'),
    url('../fonts/IRANSansMobile_Bold.ttf') format('truetype'),
    url('../fonts/Sans a4fran3.woff') format('woff'),
    url('../fonts/IRANSansMobile_Light.ttf') format('truetype'),
    url('../fonts/IRANSansMobile_Medium.ttf') format('truetype'),
    url('../fonts/IRANSansMobile_UltraLight.ttf') format('truetype'),
    url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype'),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff');
url('../fonts/iransans/IRANSansWeb(FaNum).eot') format('eot'),
url('../fonts/iransans/IRANSansWeb(FaNum).woff2') format('woff2'),
url('../fonts/iransans/IRANSansWeb(FaNum).woff') format('ttf');
    font-display: swap;

}
@font-face {
    font-family: Btitr;
    src: url('../fonts/B-Titr-Bold.ttf');
}
:root {
    --darkBlue: #174C72;
    --lightwhite: #F5F5F5;
    --white: #ffffff;
    --light: #F3F3F3;
    --lightRed: #FF5023;
    --gray:#E5E5E5;
    --blueBtn: #164A70;
    --greenBtn: #20AC99;
    --redBtn: #FF5023;
    --black: #000000;
    --navlight:#174C72;
    --navdark:#0C2639;
    --lightBlueBtn:#21699D;
    --red-noreply: #FF0000;
    --done:#23AC01;
    --ongoingTime:#EF9C00;
    --ongoing:#FBBC83;
    --archive:#ACACA3;
    --notRelated:#8741BD;
    --confirm:#084C06;
    --reannounce:#FF8B8B;
    --impossible:#DF0024;
    --repeated:#518E30;
    --notRelatedUnit: #C780FF;
    --unitconfirm:#65F318;
    --regionconfirm:#50CC0D;
    --performanceVerify:#084C06;
    --performanceFail:#9B0D02;
    --satisfy:#BEE3FF;
    --notsatisfy:#51382C;
    --failedcall:#C33357;
    --notRelation:#5B5757;
    --arshive:#777777;
    --noAction:#00E0A5;
    --cardlightgrad:#244660;
    --carddarkgrad:#326E9A;
    --bg-blue:#D9EDF7;
    --bg-yellow:#FBF3CD;
    --bg-pink:#F8D2D2;
    --bg-green:#DFF0D8;
    --lightGreenBtn:#00960F;
    --navtabs: #E3E3E3;
    --lightgray:#F2F2F2;
    --blue-shadow-btn:#67C6FF;
    --yellow-shadow-btn:#F7A35C;
    --green-shadow-btn:#00D215;
    --gray-thead:#E6E6E6;
    --gray-border:#4B4B4B;
    --bg-light:#EFEFEF;
    --bg-gray-light:#F9F9F9;
    --light-blue:#F8FCFF;
    --mustard:#DB8A00;
    --brown:#4F4F4F;
    --sidebar-visibility: hidden;
    --navbar-visibility: hidden;
    --main-blue:#3498BC;
}
/**/
.carousel-image-container {
    position: relative;
    height: 400px; /* Adjust this value according to your needs */
    background: #f5f5f5;
}

.carousel-main-image {
    max-width: 100%;
    max-height: 100%;
}

.carousel-inside-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; /* Adjust the size of the inner image as needed */
}

.carousel-video {
    max-width: 100%;
    max-height: 80vh; /* Adjust this value according to your needs */
}
.carousel-inner .carousel-item {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden; /* hide overflow */
}

.carousel-inner .carousel-item.active {
    display: block;
}
.carousel-inner img,
.carousel-inner video {
    width: 100%;
    max-height: 500px; /* Adjust to your preference */
    object-fit: cover;
}

.carousel-video {
    display: block;
    width: 100%;
}
.carousel-item {
   margin-right: 0 !important;
}
.carousel-indicators > button {
    border-radius: 50% !important;
    border: 1px solid black !important;
    width: 12px !important;
    height: 12px !important;
    background-color: black !important;
}
.carousel-indicators > button.active{

    background-color: white !important;
}

/**/
#dropzone {
    width: 200px;
    height: 150px;
    border: 3px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column; /* To stack content vertically */
    position: relative;
    background-color: white;
}

#file {
    display: none; /* Hide the actual input */
}
.profilecontainer {
    position: relative;
}

#profileimageContainer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    z-index: 9999;
}

#profileimageContainer img {
    width: 300px;
    height: 300px;
}
.profilecloseButton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}

.custom-file-input {
    opacity: 0;
}

.custom-file-button {
    cursor: pointer;
}
.custom-file-button:hover {
    cursor: pointer;
    border: 1px solid var(--darkBlue);
    background-color: var(--bg-blue);
}
.whitesmoke{
    background-color: var(--lightgray);
}
/*3d button*/
.btn-big {
    border: 2px solid  lightgreen;
    background-color: var(--lightGreenBtn);
    color: white !important;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.btn-big:active {
    background-color:  #b3ffe6;
    top: 4px;
}

.btn-big:hover, .btn-big:focus {
    background-color:  lightgreen !important;
    poisiton: relative !important;
    top: -1px;

}
/*3d button*/
/*sidebar styles*/

/**/

.rounded-left-pill{
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    right: -1px;
    top: -22px;

}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: auto;
}
.contain {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end; /* Align columns to the bottom of their respective rows */
    gap: 20px; /* Adjust the gap between columns as needed */
}
.select-one-month{
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.select-six-month{
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.select-season{
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.select-one-month:hover,.select-one-month:focus{
    background-color: var(--bg-blue);
}
.select-six-month:hover,.select-sixe-month:focus{
    background-color: var(--bg-blue);
}
.select-season:hover,.select-season:focus{
    background-color: var(--bg-blue);
}
.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
}
.bg-gray-light{
    background-color: var(--bg-gray-light);
}
input[type=text]{
    text-overflow: ellipsis;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-content a {
    color: var(--white);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content li {
    color: var(--white);
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
    color: var(--darkBlue) !important;
}

/* HIDE RADIO */
.form-check-label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.form-check-label-tab [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
.form-check-label [type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
.form-check-label [type=radio]:checked + img {
    outline: 2px solid var(--black);
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}
.form-check-label-tab [type=radio]:checked + img {
    padding-left: 3px;
    padding-right: 3px;
}
.map-marker-icon{
    z-index: unset !important;
}
.citizen-search-table th.show, td.show {
    display: table-cell;
}
/* Styling the select element */
select {
    font-family: 'IRANSansMobile';
    font-size: 16px;
    padding: 2px;
}

/* Attempting to style the options */
select option {
    font-family: 'IRANSansMobile';
    font-size: 16px;
    padding:2px;
}
.citizen-search-table  .toggles {
    display: flex;
    flex-direction: column;
}
.citizen-search-table th, td {
    padding: 5px;

}
*{
    box-sizing:border-box;
}
th , td{
    vertical-align: middle;
    text-align: center;
}
#numbercheck,#codecheck,#timecheck,#subjectcheck,#addresscheck,#recordcheck,
#namecheck,#announcecheck,#last-changecheck,#typecheck,#situcheck,#namecheck,#familycheck,#rolecheck,#national-codecheck,#phonecheck,
#follow-codecheck,#record-message-numbercheck,#response-message-numbercheck,#situation-changed-numbercheck,#totalcheck,#number2check,#name2check{
    accent-color: var(--redBtn);
}

.dropdown-item:hover{
    color: var(--white) !important;
    background-color: transparent;
}
.form-select{
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:2px !important;
    padding-left:17px !important;
    background-image: url("/images/general/selectBlackAlert.svg");
}

.mustard-btn{
    background-color: var(--mustard);
    color: var(--white);
}
.mustard-btn:hover,.mustard-btn:focus{
    background-color: var(--mustard) !important;
    color: var(--white) !important;
}
.brown-btn{
    background-color: var(--brown);
    color: var(--white);
}
.brown-btn:hover,.brown-btn:focus{
    background-color: var(--brown) !important;
    color: var(--white) !important;
}
.bg-light{
    background-color: var(--bg-light) !important;
}
.red-text{
    color: var(--lightRed) !important;
}
.blue-text{
    color: var(--darkBlue);
}
.green-text{
    color: var(--lightGreenBtn) !important;
}
.red-shadow-btn{
    box-shadow: 3px 3px 3px var(--lightRed);
}
.blue-shadow-btn{
    box-shadow: 3px 3px 3px var(--blue-shadow-btn);
}
.yellow-shadow-btn{
    box-shadow: 3px 3px 3px var(--yellow-shadow-btn);
}
.green-shadow-btn{
    box-shadow: 3px 3px 3px var(--green-shadow-btn);
}
.font-small{
    font-size: small;
}
.white-table tbody td,tr{
    border-color: white !important;
}
.bg-blue{
    background-color: var(--bg-blue);
    padding-left: 80px;
    padding-right: 18px;
}
.bg-yellow{
    background-color: var(--bg-yellow);
    padding-left: 80px;
    padding-right: 18px;
}
.bg-green{
    background-color: var(--bg-green);
    padding-left: 130px;
    padding-right: 18px;
}
.bg-pink{
    background-color: var(--bg-pink);
    padding-left: 80px;
    padding-right: 18px;
}
.p-18{
    padding-right: 18px;
}
.text-blue{
    color: var(--darkBlue);
}
.distance{
    margin-left:5px;
}
.blueBorder{
    border: 1px solid var(--navlight);
}

.lightredbtn{
    background-color: var(--lightRed);
    color: var(--white);
}
.lightredbtn:hover,.lightredbtn:focus{
    background-color: var(--lightRed) !important;
    color: var(--white) !important;
}
.btn-background{
    position: relative;
}
.input-back{
    position: absolute;
    left:3px;
    top:5px;
}
.biginput{
    width: 300px;
}
.onInput{
    position: absolute;
    background: none;
    border: none;
    left:140px;
    top:5px;
}
.input-btn{
    position: relative;
}
.task-table>tbody>tr:nth-child(even)>td,
.task-table>tbody>tr:nth-child(even)>th {
    background-color: var(--light-blue) !important;
}

.white-row{
    background-color: var(--white) !important;
    border: 1px solid #EEEEEE;
}
.gray-row{
    background-color: #EEEEEE !important;
    border: 1px solid #EEEEEE;
}
legend{
    float: unset !important;
    width: unset !important;
}

.no-action{
    background-color: var(--noAction);
}
.archive{
    background-color: var(--archive);
}
.not-relation{
    background-color: var(--notRelation);
}
.failed-call{
    background-color: var(--failedcall);
}
.not-satisfy{
    background-color: var(--notsatisfy);
}
.satisfy{
    background-color: var(--satisfy);
}
.performanceFail{
    background-color: var(--performanceFail);
}
.performance-verfify{
    background-color: var(--performanceVerify);
}
.region-confirm{
    background-color: var(--regionconfirm);
}
.input-100{
    width: 100%;
}
.input-400{
    width: 400px;
}
.unitconfirm{
    background-color: var(--unitconfirm);
}
.notRelatedUnit{
    background-color: var(--notRelatedUnit);
}
.repeated{
    background-color: var(--repeated);
}
.impossible{
    background-color: var(--impossible);
}
.ongoing{
    background-color: var(--ongoing);
}
.accordion-collapse{
    border-right: 1px solid var(--black);
    border-left: 1px solid var(--black);
}
.pointer{
    cursor: pointer;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: ">\00a0";
    font-size: small;
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
    font-size: 13px;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
.blue-background{
    background-color: var(--darkBlue);
    /* background-image: url("/images/general/downArrow.svg"); */
    background-repeat: no-repeat;
    background-position: left 7px center;
    color: var(--white);
    width: 200px;
}
.white-background{
    background-color: var(--white);
    /* background-image: url("/images/general/selectBlackAlert.svg"); */
    background-repeat: no-repeat;
    background-position: left 7px center;
    color: var(--black);
    width: 200px;
}

.address{
    width: 400px;
}
#phone{
    text-align: left;
    direction: ltr;
}
.lightBlueBtn{
    background-color: var(--lightBlueBtn);
    color: white;
}
.lightBlueBtn:hover,.lightBlueBtn:focus{
    background-color: var(--lightBlueBtn) !important;
    color: white !important;
}
.login-title{
    font-family: Btitr;
    font-size: 70px;
    font-weight: 900;

}
.login-subtitle{
    font-size: 30px;
    font-weight: bold;
}
.nobackground-btn{
    background: none;
    border: none;
}
body{
    font-family: IRANSansMobile;
    background-image: url("/images/bg/background.svg");
    background-repeat: repeat-x;
    background-attachment: fixed;
    /*font-weight: bold;*/
    margin:0;
    padding:0;
    width: 100%;
}

.login-logo{
    position: absolute;
    top: -70px;
    left: 30px;
}
#loginBackground{
    background-repeat: no-repeat;
    background-position: fixed;
}
/*.resizable {*/
/*    resize: both;*/
/*    overflow: auto;*/
/*}*/
.login-center-logo{
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    height: 180px !important;
}
.bigBtn{
    width:300px;
}
.mediumBtn{
    width:200px;
}
.login-panel{
    background-color:rgba(0,0,0,0.4);
    width:500px;
    height:650px;
    position: relative;
}
.task-details{
    background-color: var(--darkBlue);
    color: var(--white);
}
.modal-header{
    background-color: var(--darkBlue);
    color: var(--white);
}
.modal{
    /*margin-top: 5rem;*/
}
*{
    box-sizing: border-box;
}
.nav{
    background-image: linear-gradient(to top,var(--navdark),var(--navlight));
    height: 60px;
}
.upLink{
    /*position: absolute;*/
}
.bigFont{
    font-size: 12px;
}
.smallFont{
    font-size: 9px;
}
.white{
    color: var(--white);
}
.lack{
    color: var(--black);
}
.word{
    white-space:nowrap;
}

.topdiv{
    background-color: var(--lightwhite);
}
.bordereddiv{
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    padding: 10px;
}
.citizen input[type="radio"] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    border:1px solid black;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px black;
}
.citizen input[type='radio']:after {
    width: 9px;
    height: 9px;
    border-radius: 15px;
    top: -5px;
    left: -2px;
    position: relative;
    background-color: var(--white);
    content: '';
    display: inline-block;
    visibility: visible;
}
.citizen input[type='radio']:checked:after {
    width: 9px;
    height: 9px;
    border-radius: 15px;
    top: -5px;
    left: -2px;
    position: relative;
    background-color: var(--lightRed);
    /*content: '';*/
    display: inline-block;
    visibility: visible;
    /*border: 1px solid black;*/
    padding: 2px;
}
.dashboardElem{
    border: 2px solid var(--darkBlue);
    height:155px;
    width: 170px;
    box-shadow: -2.5px 10px 5px -3px rgba(182, 182, 182, 0.90);

}
.page-link {
    border: 1px solid var(--darkBlue);
    color: var(--black);
}

.page-link.active-page-link,
.page-item.active .page-link {
    background-color: var(--darkBlue);
    color: var(--white);
}

.page-item:first-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*.page-item:first-child .page-link {*/
/*    border-top-right-radius: var(--bs-pagination-border-radius);*/
/*    border-bottom-right-radius: var(--bs-pagination-border-radius);*/
/*    border-top-left-radius: 0px;*/
/*    border-bottom-left-radius: 0px;*/
/*}*/
/*.page-item:last-child .page-link {*/
/*    border-top-left-radius: var(--bs-pagination-border-radius);*/
/*    border-bottom-left-radius: var(--bs-pagination-border-radius);*/
/*    border-top-right-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*}*/
/*.page-link{*/
/*    border: 1px solid var(--darkBlue);*/
/*    color: var(--black);*/

/*}*/
/*.page-item:nth-last-child(2) .page-link{*/
/*    background-color: var(--darkBlue);*/
/*    color: var(--white);*/
/*}*/
/*.page-link:focus{*/
/*    background-color: var(--darkBlue);*/
/*    color: var(--white);*/
/*}*/
.disabled > .page-link, .page-link.disabled {
    border-color: var(--darkBlue);
}
.emoji-drawer {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    margin-bottom: 32px;
    transition: opacity 0.2s;
    z-index: 1000;
    line-height: 50px;

}

.nobackground-btn{
    background: none;
    border: none;
}
.dashboardElem:hover{
    transform: scale(1.05);
}
.estate-dashboars-elem:hover{
    transform: scale(1.05);
}
.dashboardElem .card-top{
    height: 45px;
}
select{
    height: 34px;
    padding: 2px 2px !important;
}
input{
    height: 34px;
}
input[type=radio]{
    padding: 2px 2px !important;
}
.select2-selection{
    min-height: 34px;
}
.select2-selection__choice__display{
    background-color: var(--darkBlue);
    color: white;
    border: 1px solid var(--darkBlue);
}
.select2-selection__choice__remove{
    background-color: var(--darkBlue) !important;
    color: red !important;
    border: 1px solid var(--darkBlue) !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid black !important;

}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 42%;
    border-top: 10px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-radius: 3px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid black !important;
}
.select2-selection__arrow b{
    display:none !important;
}
.select2-selection--single:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 42%;
    border-top: 10px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-radius: 3px;
}
.dashboardElem .card-body{
    background-image: linear-gradient(to top, var(--cardlightgrad),var(--carddarkgrad));
    background-color:var(--darkBlue);
    height: 38px;
}

.dashboardElem .card-top{
    height: 115px;
}
.pointer{
    cursor: pointer;
}
.fixBtn{
    width: 180px;
}
.rounded-top-right{
    border-top-right-radius: 0.5rem !important;
}
.rounded-bottom-right{
    border-bottom-right-radius: 0.5rem !important;
}
.rounded-bottom-left{
    border-bottom-left-radius: 0.5rem !important;
}
.rounded-top-left{
    border-top-left-radius: 0.5rem !important;
}
.rounded-top-left{
    border-top-left-radius: 0.5rem !important;
}
.citizen-table{
    height: fit-content;
}
.citizen-table th{
    border-right: 1px solid var(--darkBlue);
    border-left: 1px solid var(--darkBlue);
    border-collapse: collapse;
}
.citizen-table td{
    border-right: 1px solid var(--darkBlue);
    border-left: 1px solid var(--darkBlue);
    border-collapse: collapse;
}
.citizen-table thead th{

    border:1px solid transparent;
    background-color: var(--darkBlue);
    color: var(--white);
    vertical-align: middle;

}
.citizen-table tr:last-child{
    border-bottom: 1px solid var(--darkBlue) !important;
}
.citizen-table tr td:first-child{
    border-right: 1px solid var(--darkBlue);
}
.citizen-table tr:first-child{
    border: 1px solid var(--darkBlue);
}
.citizen-table {
    --border: 1px solid var(--darkBlue);
    border-radius: 5px;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;

}

/* Apply a border to the right of all but the last column */
.citizen-table.rounded-corners th:not(:last-child),
.citizen-table.rounded-corners td:not(:last-child) {
    border-right: var(--border);
}
.citizen-table tr td:last-child{
    border-bottom-left-radius: 5px;
}

.citizen-table tr td:first-child{
    border-bottom-right-radius: 5px;
}
/* Apply a border to the bottom of all but the last row */
.citizen-table.rounded-corners>thead>tr:not(:last-child)>th,
.citizen-table.rounded-corners>thead>tr:not(:last-child)>td,
.citizen-table.rounded-corners>tbody>tr:not(:last-child)>th,
.citizen-table.rounded-corners>tbody>tr:not(:last-child)>td,
.citizen-table.rounded-corners>tfoot>tr:not(:last-child)>th,
.citizen-table.rounded-corners>tfoot>tr:not(:last-child)>td,
.citizen-table.rounded-corners>tr:not(:last-child)>td,
.citizen-table.rounded-corners>tr:not(:last-child)>th,
.citizen-table.rounded-corners>thead:not(:last-child),
.citizen-table.rounded-corners>tbody:not(:last-child),
.citizen-table.rounded-corners>tfoot:not(:last-child) {
    border-bottom: var(--border);
}
.view-table thead tr th{
   background-color: var(--main-blue) !important;
}
.citizen-search-table{
    height: fit-content;
}
.citizen-search-table th{
    border-right: 1px solid var(--darkBlue);
    border-left: 1px solid var(--darkBlue);
    border-collapse: collapse;
}
.citizen-search-table td{
    border-right: 1px solid var(--darkBlue);
    border-left: 1px solid var(--darkBlue);
    border-collapse: collapse;
}
.citizen-search-table thead th{

    border:1px solid transparent;
    background-color: var(--darkBlue);
    color: var(--white);
    vertical-align: middle;

}
.citizen-search-table tr:last-child{
    border-bottom: 1px solid var(--darkBlue) !important;
}
.citizen-search-table tr td:first-child{
    border-right: 1px solid var(--darkBlue);
}
.citizen-search-table tr td{
    border-bottom: 1px solid var(--darkBlue);
    /* border-right:none; */
}
.citizen-search-table {
    --border: 1px solid var(--darkBlue);
    border-radius: 5px;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;

}

/* Apply a border to the right of all but the last column */
.citizen-search-table.rounded-corners th:not(:last-child),
.citizen-search-table.rounded-corners td:not(:last-child) {
    border-right: var(--border);
}
.citizen-search-table tr td:last-child{
    border-bottom-left-radius: 5px;
}
.citizen-search-table tr td:first-child{
    border-bottom-right-radius: 5px;
}
/* Apply a border to the bottom of all but the last row */
.citizen-search-table.rounded-corners>thead>tr:not(:last-child)>th,
.citizen-search-table.rounded-corners>thead>tr:not(:last-child)>td,
.citizen-search-table.rounded-corners>tbody>tr:not(:last-child)>th,
.citizen-search-table.rounded-corners>tbody>tr:not(:last-child)>td,
.citizen-search-table.rounded-corners>tfoot>tr:not(:last-child)>th,
.citizen-search-table.rounded-corners>tfoot>tr:not(:last-child)>td,
.citizen-search-table.rounded-corners>tr:not(:last-child)>td,
.citizen-search-table.rounded-corners>tr:not(:last-child)>th,
.citizen-search-table.rounded-corners>thead:not(:last-child),
.citizen-search-table.rounded-corners>tbody:not(:last-child),
.citizen-search-table.rounded-corners>tfoot:not(:last-child) {
    border-bottom: var(--border);
}
.red-noreply{
    background-color: var(--red-noreply) !important;
    color: var(--white) !important;
}
.re-announce{
    background-color: var(--reannounce) !important;
}
.done{
    background-color: var(--done) !important;
    color: var(--white) !important;
}
.ongoingTime{
    background-color: var(--ongoingTime) !important;
    color: var(--white) !important;
}
.ongoing{
    background-color: var(--ongoing) !important;
}
.archive{
    background-color: var(--archive) !important;
    color: var(--white) !important;
}
.notRelated{
    background-color: var(--notRelated) !important;
    color: var(--white) !important;
}
.confirm{
    background-color: var(--confirm) !important;
    color: var(--white) !important;
}
.black input[type="radio"] {
    -webkit-appearance:none;
    width:12px;
    height:12px;
    border:1px solid black;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px black;
    position: relative;
}

.black input[type='radio']:checked:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--black);
    display: inline-block;
    visibility: visible;
}
.black input[type='radio']:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--white);
    content: '';
    display: inline-block;
    visibility: visible;
}
.situation input[type="radio"] {
    -webkit-appearance:none;
    width:12px;
    height:12px;
    border:1px solid black;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px black;
    position: relative;
}

.situation input[type='radio']:checked:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--lightRed);
    display: inline-block;
    visibility: visible;
}
.situation input[type='radio']:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--white);
    content: '';
    display: inline-block;
    visibility: visible;
}
.lightRed{
    color: var(--lightRed);
}
#logo-preview{
    max-width:80px;
    max-height:80px;
    position: relative;
}
#background-preview{
    max-width:80px;
    max-height:80px;
    position: relative;
}
.onImage{
    position: absolute;
    top:-5px;
    right:0px;
}
.small-text{
    font-size: small;
}
.btn-background{
    position: relative;
}
.biginput{
    width:400px;
}
.onInput{
    position: absolute;
    left: 1px;
    top:5px;
}
.MRecordHead{
    background-color: var(--gray) !important;
}
.lightTr{
    background-color: var(--lightwhite);
}
html{
    direction: rtl;
    height: 100%;
}
#map {
    height: 100%;
}

/*
 * Optional: Makes the sample page fill the window.
 */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.gmnoprint .gm-bundled-control .gm-bundled-control-on-bottom{
    position: absolute !important;
    bottom:0px !important;
    right:0px !important;
}
.blueBtn{
    background-color: var(--blueBtn);
    color: var(--white);
}
input[type=number] {
    -moz-appearance: textfield;
}
.lightGreenBtn{
    background-color: var(--lightGreenBtn);
    color: var(--white);
}
.lightGreenBtn:hover,.lightGreenBtn:focus{
    background-color:  #00b300 !important;
    color: var(--white) !important;
}
.address-input{
    width: 79.2%;
}
.recordBtn{
    /* position: absolute;
    bottom:0px;
    left:50%;
    transform:translate(-50%, -50%); */
}
.greenBtn{
    background-color: var(--greenBtn);
    color: var(--white);
}
.redBtn{
    background-color: var(--redBtn);
    color: var(--white);
}
.redBtn:hover,.redBtn:focus{
    background-color: #e62e00 !important;
    color: var(--white) !important;
    color: white !important;
}
.blueBtn:hover,.blueBtn:focus{
    /*border:1px solid var(--blueBtn)!important;*/
    background-color: #005c99 !important;
    color:var(--white) !important;
}
.greenBtn:hover,.greenBtn:focus{
    border:1px solid var(--greenBtn) !important;
    background-color: var(--greenBtn) !important;
    color: white;
}

.backArrow{
    background-image: url("/images/general/selectArrow.svg");
    background-repeat: no-repeat;
    background-position: left 3px center;
    background-size: 12px 9px;
}
.backMagnifier{
    background-image: url("/images/general/magnifier.svg");
    background-repeat: no-repeat;
    background-position: left 3px center;
}
.backDate{
    background-image: url("/images/citizen-search/help/date.svg");
    background-repeat: no-repeat;
    background-position: left 3px center;
}
.backPhone{
    background-image: url("/images/login/phone.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    text-align: left;
}
.backKey{
    background-image: url("/images/general/black-key.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    text-align: left;
}
.bordered-box{
    border:1px solid darkblue;
}
.backKey::placeholder{
    text-align: left;
}
.lightmagnifier{
    background-image: url("/images/general/lightmagnifier.svg");
    background-repeat: no-repeat;
    background-position: left 3px center;
}
.word{
    white-space: nowrap;
}
#over_map { position: absolute; top: 30px; right: 10px; z-index: 99; width: 100%}
.menuText{
    margin-right:2px;
}
.message-record , .reports , .setting , .sms{
    cursor: pointer;
}
.topMenu{
    width: 100%;
    position: absolute;
    top:54px;
    right: 0px;
    z-index: 100;
    height: 400px;
    background-image: linear-gradient(to top,var(--navdark),var(--navlight));
    color: white;
}
.message-menu{
    width: 210px;
    z-index: 100;
    height: 180px;
    background-image: linear-gradient(to top,var(--navdark),var(--navlight));
    color: white;
    margin-top: 15px !important;
}
.reports-menu{
    width: 280px;
    z-index: 100;
    height: 300px;
    background-image: linear-gradient(to top,var(--navdark),var(--navlight));
    color: white;
    margin-top: 15px !important;
}
.sms-menu{
    width: 280px;
    z-index: 100;
    height: 450px;
    background-image: linear-gradient(to top,var(--navdark),var(--navlight));
    color: white;
    margin-top: 15px !important;
}
.setting-menu{
    width: 280px;
    margin-top: 0px !important;
    padding-bottom: 10px;
    z-index: 999 !important;
    height: fit-content;
    background-image: linear-gradient(to top,var(--navdark),var(--navlight));
    color: white;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.profile-menu{
    width: 100px;
    margin-top: 10px !important;
    z-index: 999 !important;
    height: 120px;
    background-image: linear-gradient(to top,var(--navdark),var(--navlight));
    color: white;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
#showBox{
    background-color: var(--light);
    width: 150px;
}
.map-responsive{
    overflow:hidden;
    /*padding-bottom:20.25%;*/
    position:relative;
    height:0;
    border-radius: 5px;
    height:400px;
    width:100%;
}
select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
}
.GroupBlueBtn{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid var(--white);
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 200px;
}
.card-div-top{
    height: 70px;
}
.mediumBtn{
    width: 200px;
}
.smallBtn{
    width: 120px;
}
.timer-message{

    left:350px;
    width:400px;
}
.password{
    text-align: left;
}
.login-password::placeholder{
    text-align: center;
}
.form-select{
    width:200px;
}
.big-select{
    width:300px;
}
.role-select{

}
.search-input{
    width:200px;
    border:1px solid black;
}
.eye-Back{
    position: relative
}
.nobackground{
    background: none;
    border: none;
    position: absolute;
    right:10px;
    bottom: 10px;
}
.login-password-btn{
    background: none;
    border: none;
    position: absolute;
    left:2px;
    bottom: 12px;
}

.hidden-link{
    display: none;
}
.little-div{
    width: 12px;
    height: 12px;
}
.modal-btn{
    background:none;
    border: none;
}
.accordion-button.collapsed::after {
    background: url("/images/citizen-search/acardeondown.svg");
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
    background: url("/images/citizen-search/acardeondown.svg");
    background-repeat: no-repeat;
}
.accordion-button::before {
    display: none !important;
}
.accordion-body{
    border-bottom: 1px solid var(--black);
}
.accordion-header{
    /*border-bottom: 1px solid var(--black);*/
}
.accordion-collapse{
    overflow: hidden;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px;
}
.accordion-body-multiple{
    border-bottom: none !important;
}
.accordion-header-multiple{
    border-bottom: none !important;
}
.accordion-button:not(.collapsed){
    color: var(--white);
    background-color: var(--darkBlue);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-button.collapsed{
    color: var(--white);
    background-color: var(--darkBlue);
}
.accordion-button::after {
    position: absolute;
    left: 15px;
}
.accordion-body div a{
    color: #007be6;
    line-height: 40px;
    z-index: 250;
}

.create-user{
    padding-right: 15%;
    padding-left: 5%;
}
.phone-input{
    text-align: left;
}
.user-select{
    width: 250px !important;
}
.container-fluid{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 75%;
}
#nav-log-level-tab{
    border-right:1px solid var(--black);
}
.input-50{
    width:70px;
}
.input-80{
    width: 80px;
}
.width-75{
    width:250px;
}
.nav-tabs{
    background-color: var(--navtabs) !important;
    background-image: none !important;
    border-left:1px solid black;
    border-top-right-radius: 9px;
    border-top-left-radius:9px;
    height: 40px;
}
.nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--darkBlue);
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */

}
.nav-tabs .nav-link.active:hover {
    color: var(--white);
    background-color: var(--darkBlue);
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */
}
.nav-tabs .nav-link:hover{
    border: 1px solid black;
    background-color: rgb(237, 230, 230);
    color: black;
}
.nav-tabs .nav-link.active:first-child{
    border-top-right-radius: 7px;
}
.nav-tabs .nav-link.active:first-child:active{
    border-top-right-radius: 5px;
}
.nav-tabs .nav-link{
    border-left: 1px solid black;
    border-radius: 0px;
    border-top: none;
    border-right:none;
    border-bottom:none;
    color: black;
}
.nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--darkBlue);
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */

}
.reports-nav .nav-link.active:hover {
    color: var(--white);
    background-color: var(--darkBlue);
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */
}
.reports-nav .nav-link:hover{
    border: 1px solid black;
    background-color: rgb(237, 230, 230);
    color: black;
}
.reports-nav .nav-link.active:first-child{
    border-top-right-radius: 7px;
}
.reports-nav .nav-link.active:first-child:active{
    border-top-right-radius: 5px;
}
.reports-nav .nav-link.active {
    color: var(--white);
    background-color: var(--darkBlue);
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */

}




.emoji-nav .nav-link.active:hover {
    color: var(--black);
    background-color: var(--light);
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */
}
.emoji-nav .nav-link:hover{
    background-color: rgb(237, 230, 230);
    color: black;
}
.emoji-nav .nav-link.active:first-child{
    border-top-right-radius: 7px;
}
.emoji-nav .nav-link.active:first-child:active{
    border-top-right-radius: 5px;
}
.emoji-nav .nav-link.active {
    color: var(--black);
    background-color: var(--light);
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */

}




.nav-tabs .task-link{
    border-left: 1px solid var(--bs-border-color);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid var(--bs-border-color);
    border-right:1px solid var(--bs-border-color);
    border-bottom:none;
    color: black;
    background-color: var(--light-blue);
}
.region-link{
    color: black;
}
.region-link.active{
    color: red !important;
    background-color: white !important;
}

.minus{
    position:absolute;
    top: -2px;
    z-index: 100;
    right:0px;
}
.fieldset {
    border-radius: 1em;
    margin: 2em 1em 1em;
    padding:0 1em 1em;
    display: inline;
}

.legend {
    transform: translatey(-50%);
    width: max-content;
    height: 15px;
    background: #ffffff;
    padding: 0 0.15em;
    color: black;
}
.log-table {
    border-collapse:separate;
    border:1px solid var(--gray-border);
    border-radius:6px;
    min-width: 500px;

}
.gray-border{
    border: 1px solid var(--gray-border);
}
.log-table  th {
    border-bottom:1px solid var(--gray-border);
    font-weight: lighter;
    padding: 15px;
}
.log-table thead{
    background-color: var(--gray-thead);

}
.log-table  td:first-child {
    border-left:1px solid var(--gray-border);
}
.log-table  th:first-child {
    border-left:1px solid var(--gray-border);
}
.log-table  tr td{
    border-bottom:1px solid var(--gray-border);
    padding:10px;
}
.log-table  tr:last-child td{
    border-bottom:none;
}
.log-tab:last-child{
    border-top: none;
    border-bottom: 1px solid black;
    background-color: transparent !important;
}
.task-tab:last-child{
    background-color: transparent !important;
}
.task-tab-div .task-tab button{
    border: none;
}
.log-tab-div .log-tab button{
    background-color: var(--white);
    border-top:1px solid black;
    border-bottom:1px solid black;
}
.log-tab-div{
    border-top:none !important;
}
.nav-tabs:last-child{
    border-left:none !important;
}
.gray-table{
    border: 1px solid var(--gray-border);
}
.gray-table td{
    border: 1px solid var(--gray-border);
}
.gray-table tr:last-child{
    border-bottom: 1px solid var(--gray-border) !important;
}
.gray-table thead tr th{
    background-color: var(--lightgray);
}
.gray-table  th{
    border: 1px solid var(--gray-border);
}
.gap-150{
    gap: 150px;
}
#citizenModal {
    --bs-modal-width: 75% !important;
}
#userModal {
    --bs-modal-width: 75% !important;
}
#groupModal {
    --bs-modal-width: 75% !important;
}
.limit{
    width:300px;
    word-wrap: break-word;
}
#pasteRedirect tbody, td, tfoot, th, thead, tr{
    border-width:0px;
}
.light-border{
    border:1px solid var(--gray-border);
    border-radius: 2px;
}
.arrow-back{
    background-image: url("/images/general/selectBlackAlert.svg");
    background-repeat: no-repeat;
    background-position: 3px center;
    background-color: var(--white);
    background-size: 12px 9px;
}
.arrow-small-back{
    background-image: url("/images/general/selectBlackAlert.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 1px center;
    background-color: var(--white);
}
.responsive-textarea{
    width: 50%;
}
/*estat styles*/
.input-container {
    position: relative;
    margin-bottom: 20px;
}

.input-container input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.input-container label {
    position: absolute;
    top: -10px;
    right: 10px;
    background: white;
    padding: 5px 5px;
    font-size: 14px;
    color: #333;
}

.fieldset-container legend {
    padding: 0 10px;
    font-size: 18px;
}


.upload-button {
    background-color: #EAEAEA;
    border: none;
    padding: 6px 10px;
    color: black;
    cursor: pointer;
    box-shadow: 2px 2px 5px grey;
    margin-right: 10px;
}
.file-preview {
    position: relative;
    display: inline-block;
    margin: 5px;
}
.file-preview img, .file-preview iframe {
    max-width: 75px;
    max-height: 40px;
    border-radius: 10px;
}
.file-preview .close-button {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    padding: 0;
    border-radius: 10px;
}

.add-button{
    width: 30px;
    height: 30px;
}
.upload-preview {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.upload-preview .close-button {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    padding: 0;
    border-radius: 10px;
}

.upload-preview img {
    max-width: 75px;
    max-height: 40px;
    border-radius: 10px;
}
.containers {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containers input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border: 1px solid black;
}
.containers input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid black;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.containers input:checked ~ .checkmark:after {
    display: block;

}
.containers .checkmark:after {
    content: '✔';
    color: red;
    top: -3px;
    right: 4px;
}
/*estat styles*/
@media screen and (max-width: 370px) {

    .dashboardElem .card-body{
        height: 30px;
    }
    .dashboardElem .card-top{
        height: 100px;
    }
    .login-logo{
        width: 111px;
        height: 111px;
        top:-40px;
    }
    .login-title{
        font-size: 40px !important;
    }
    .login-subtitle{
        font-size: 18px !important;
    }
    .address{
        width: 300px;
        margin-top: 5px;
    }
    .role-container{
        width: 100%;
    }
    .input-100{
        width: 100%;
    }

    .gap-150{
        gap: 20px !important;
    }

    .time{
        display: none !important;
    }
    .responsive-textarea{
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    .parent{
        display: none;
    }
    .responsive-textarea{
        width: 100%;
    }
}
@media screen and (max-width: 760px) {
    .parent{
        display: none;
    }
    .dashboardElem .card-body{
        height: 30px;
    }
    .dashboardElem .card-top{
        height: 100px;
    }
    .login-logo{
        width: 131px;
        height: 131px;
        top:-40px;
    }
    .login-title{
        font-size: 60px;
    }
    .login-subtitle{
        font-size: 23px;
    }
    .address{
        width: 300px;
        margin-top: 5px;
    }
    .role-container{
        width: 100%;
    }
    .input-100{
        max-width: 100%;
    }
    .gap-150{
        gap: 20px !important;
    }
    /*.number{*/
    /*    display: none !important;*/
    /*}*/
    .responsive-textarea{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {

    .dashboardElem{
        height:auto;
        width: auto;
    }
    .role-container{
        width: 100%;
    }
    .input-100{
        width: 100%;
    }
    .gap-150{
        gap: 20px !important;
    }
    .timer-message{
        left:150px;
        width:400px;
    }
    /*.announce{*/
    /*    display: none !important;*/
    /*}*/

}
@media screen and (max-width: 1500px) {

    .dropdown{
        display: none !important;
    }
    .dropdownMenuLinks{
        display: none !important;
    }
    .hamburger{
        display: block !important;
    }
    .wraped-container{
        flex-wrap: wrap !important;
    }

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1700px) {

    .gap-150{
        gap: 20px !important;
    }
    .timer-message{
        left:150px;
        width:400px;
    }
    /*.situ{*/
    /*    display: none !important;*/
    /*}*/
    /*.type{*/
    /*    display: none !important;*/
    /*}*/

}

@media screen and (max-width: 1900px) {
    /*.name{*/
    /*    display: none;*/
    /*}*/


}
