.total-div {
    grid-template-columns: 22% 1% 30% 1% 22% 1% 24% !important;
}
 
.modal-body >  #modalForm > .dgrid {
    grid-template-columns: 30% 30% 30% !important;
}


 
/* #modalPopup  .modal-content {
    min-height: 1040px !important;
    height: auto !important;
} */

.home-section table.display {
    margin: 0 auto;
    width: 106%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;           
    word-wrap:break-word;         
}

.rmt-10{
    display: flex;
    justify-content: space-between;
    /* margin-top: 10% !important; */
}

/* .home-section.home-section-close table.display {
    margin: 0 auto;
    width: 101%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;           
    word-wrap:break-word;         
} */

/* .home-section-close > .hirememo-table-div{width: 103% !important;margin-left: -23px !important;} */

.hirememo-modal {
    z-index: 20;
  }
  .modal-backdrop {
    z-index: 10;
  }
  .sidebar{
    z-index: 0;
  }

  .select2-container--default .select2-selection--multiple {
    overflow-y: auto;
  }
  /* .modal-body{
    margin-top: 0% !important;
  } */
  #exampleModalFullscreen > .modal-header {
    border-bottom: 0px solid #dee2e6;
    padding: 0px;
    padding-left: 2px;
    padding-right: 35px;
}

.modal-fullscreen .modal-content{
    height: auto;
}



#hireTable_filter{display: flex !important;}
#hireTable_filter > label{margin-top: 1%;}

.dt-down-arrow{display: none;}

.colvis-btn{width: 47px !important;}

.fa-cog{font-size: 18px !important;}

.box-modal{
	background-color: var(--white-color);
    width: 232px;
    border: 1px solid var(--blue-color);
    padding: 9px;
    border-radius: 20px;
    color: var(--blue-color);
}

.round label {
	border: 2px solid var(--blue-color);
	border-radius: 50%;
	cursor: pointer;
	height: 19px;
	position: absolute;
	width: 20px;
	margin-left: -23px;
	margin-top: 3px;
}

.round label:after {
	border: 2px solid var(--white-color);
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -3px;
}

.box-modal-after{
    background-color: var(--blue1-color) !important;
    color: var(--white-color) !important;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: var(--blue1-color);
  border-color: var(--white-color);
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


#bsModal4 > .modal-content > .modal-footer, #bsModal3 > .modal-content > .modal-footer{
    justify-content: flex-end !important;
}


#exampleModalFullscreen .modal-header{
    padding: 0px 40px 0px 0px !important;
}

.truncated div{
    display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
      
   }
   .truncated:hover div{
     overflow: visible;
     white-space: normal;
     -ms-word-break: break-all;
     word-break: break-all;
     display:inline-block;
   }
#exampleModalFullscreen .modal-fullscreen .modal-content .modal-body{margin-top: 0% !important;}

@media screen and (max-width:768px){
    .mobile-hide{display: none;}
    
    .total-div {
        height: 120px !important;
        grid-template-columns: 38% 6% 59% !important;
    }
    
    /* .modal-content {
        height: 1187px !important;
    } */

    table.display{table-layout:auto !important; width: 100% !important;}

    .hirememo-table-div{width: 100% !important;margin-left: 0px !important;}

    /* #modalPopup .modal-content {
        min-height: 920px !important;
        height: auto !important;
    } */

    .rmt-10{
        margin-top: 18% !important;
    }

    .fileupload-div input {
        font-size: 8px !important;
    }


    /* #hireTable_filter{margin-top: 15% !important;} */
    #open-only{margin-top: 4% !important; margin-left: 0% !important;}
    .dataTables_filter > label{display: flex !important; margin-top: 4% !important;margin-right: 2% !important;}
    .table-search-bt{margin-top: -1% !important;}
    .label-div{margin-top: auto !important;}

    .box-modal {
        width: 150px;
        padding: 1px;
    }

    .dt-buttons {
        margin-left: 0px;
    }

    #openonly_hirememo{margin-left: 4% !important;}

    .row.mob-view50 > .col-md-4 {
        width: 50%;
    }
}



 
