@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900&display=swap');
/* font-family: 'Nunito', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
/* font-family: 'Playfair Display', serif; */
@supports (-moz-appearance:none) {
    /* special attributes for mozilla only */
    ::-webkit-scrollbar{width:6px !important;}::-webkit-scrollbar-thumb{background:#ccc;}
}
::-webkit-scrollbar{width:6px !important;}::-webkit-scrollbar-thumb{background:#ccc;}
body {padding: 0; margin: 0;  background: #fff; padding-top: 80px;}
body,div,ul,li,a,p,b,strong,h1,h2,h3,h4,h5,h6{font-family: 'Nunito', sans-serif;}
body,p,ul,li,div,button,input,textarea,select {font-size: 13px;}
ul li {list-style:none;}
a{text-decoration:none;color:inherit;}
a:hover{text-decoration:none;color:inherit;}
.list-initial li {list-style: initial;}
.bg-none{background:none !important;}
.bg-main{background:#ff3b3b !important;}
.text-main{color:#ff3b3b !important;}
.bg-alt {background: #212121 !important;}
.text-alt {color: #212121 !important;}
.bg-black{background: #0c0c0c !important;}
.text-black {color: #000 !important;}
.bg-yellow{background:#ffe37d !important;}
.text-yellow{color:#fdc800 !important;}
.bg-white{background:#fff !important;}
.text-white {color: #fff !important;}
.bg-red{background:#ff707d !important;}
.text-red{color:#e63344 !important;}
.bg-gray{background:#f5f5f5 !important;}
.text-gray{color:#5f5f5f !important;}
.letter-spacing-2{letter-spacing: 6px;}
.clear-both {clear: both !important;}
.object-cover{width: 100%; object-fit: cover; display: table}
.font-700{font-weight:700 !important;}
.font-600{font-weight:600 !important;}
.font-500{font-weight:500 !important;}
.font-400{font-weight:400 !important;}
.font-300{font-weight:300 !important;}
.border-t-light {border-top:1px solid rgba(0, 0, 0, 0.1) !important;}
.border-r-light {border-right:1px solid rgba(0, 0, 0, 0.1) !important;}
.border-b-light {border-bottom:1px solid rgba(0, 0, 0, 0.1) !important;}
.border-l-light {border-left:1px solid rgba(0, 0, 0, 0.1) !important;}
.border-light {border:1px solid rgba(0, 0, 0, 0.1) !important;}
.min-h-100{min-height: 100px !important;}
.min-h-150{min-height: 150px !important;}
.min-h-200{min-height: 200px !important;}
.min-h-204{min-height: 204px !important;}
.min-h-250{min-height: 250px !important;}
.min-h-300{min-height: 300px !important;}
.max-h-100{max-height: 100px !important;}
.max-h-150{max-height: 150px !important;}
.max-h-200{max-height: 200px !important;}
.max-h-250{max-height: 250px !important;}
.max-h-300{max-height: 300px !important;}
.max-h-350{max-height: 350px;}
.max-h-400{max-height: 400px;}
.max-h-450{max-height: 450px;}
.max-h-500{max-height: 500px;}
.max-h-550{max-height: 550px;}
.max-h-600{max-height: 600px;}
.height-100-vh {height: 100vh;}

.rounded-btn{border-radius:40px;}
.top{top: 0;}.bottom{bottom: 0;}.right{right: 0;}.left{left: 0;}
.font-xs{font-size:12px !important;}.font-sm{font-size:14px !important;}.font-md{font-size:16px !important;}.font-lg{font-size:18px !important;}.font-xl{font-size:25px !important;}
.font-2x{font-size: 40px !important;}
/* .box-shadow{-webkit-box-shadow: 10px 10px 24px -16px rgba(0,0,0,0.75);-moz-box-shadow: 10px 10px 24px -16px rgba(0,0,0,0.75);box-shadow: 10px 10px 24px -16px rgba(0,0,0,0.75);} */
.box-shadow{-webkit-box-shadow: 1px 2px 22px -16px rgba(0, 0, 0, 0.63);-moz-box-shadow: 1px 2px 22px -16px rgba(0, 0, 0, 0.63);box-shadow: 1px 2px 22px -16px rgba(0, 0, 0, 0.63);}
.align-center{align-items:center !important;}
.d-center{display: grid !important; display: -webkit-grid !important; align-items: center !important;}
.d-inline-block{display: inline-block !important;}
.outline-none, .outline-none:focus{outline: none !important; box-shadow: none;}
.pointer{cursor: pointer !important;}
.flex-wrap{flex-wrap: wrap;}
.overflow-hidden{overflow: hidden !important;}
.overflow-auto{overflow: auto !important;}
.overflow-x-auto{overflow-x: auto !important;}
.overflow-y-auto{overflow-y: auto !important;}
.overflow-x-hidden{overflow-x: hidden !important;}
.overflow-y-hidden{overflow-y: hidden !important;}
@media (min-width:992px){
.w-lg-100{width: 100% !important;}
.w-lg-75{width: 75% !important;}
.w-lg-50{width: 50% !important;}
.w-lg-25{width: 25% !important;}
}

/* login page */
.login-body {background: url(../images/login-bg.png) no-repeat;background-size: cover;  font-size: 14px; display: flex;align-items: center; background-position: center; height: 100vh; padding-top:0;}
/* @media (min-width:992px) {
    .login-body {background: #212121; font-size: 14px; display: flex;align-items: center;padding-top: 0; height: 100vh;}
} */
.logo-login {font-weight: bold; text-transform: uppercase; font-size: 24px;}
.right-login{padding: 20px; height: 100vh; background: rgba(255, 255, 255, 0.90);}
.left-login {background:#212121; height: 100vh; display: flex; align-items: center;}
.left-login img {width: 180px; margin: 0 auto; margin-bottom: 30px; display: table;}
.logo-here{color: #fff; font-weight: bold; text-transform: uppercase; margin: 0 auto; display: table;}
.left-login p {color: #fff; text-align: center;}
.input-login {width: 100%;border: 0; padding: 10px;outline: none; background: #fff; padding-right: 50px; font-size: 14px; }
.flex-wrap{flex-wrap: wrap; display: flex;}
.login-buton-pos{background: #212121;border: 0;padding: 11px;width: 100%;color: #fff; outline: none; font-size: 14px;}
.icon-input{position: absolute;right: 12px;top: 13px;font-size: 15px !important; color: #ff3b3b;}
.middle-border-login hr {height: 100%; width: 3px; background: #212121;}
.rounded-middle {color: #212121;background: #fff; padding: 8px 10px; border-radius: 100%; height: 40px; width: 40px; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
@media (max-width:991px){
    .rounded-middle {position: relative;}
}
.login-row {overflow: hidden;}
.login-body .login-row img {
    width: 250px;
} 
.display-center{display: flex; align-items: center;}
.login-heading {color: #212121;}
.login-row label {color: #212121;}
.font-sign-light {font-weight: 600; color: #fff; }
.login-body .error-input{
    color: #fff;
    font-weight: 600;
}
.forgotDiv {display: none;}
/* login page end*/

/* form page */
.input-field {position: relative; margin-bottom: 15px;}
.input-field p {margin-bottom: 5px; font-size: 12px;font-weight:600;}
.input-field input[type=file] {
    font-size: 11px;
}
.input-field input, .input-field select, .input-field textarea {
  border: 1px solid #eceff1;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f5f5f5 , #fff);
  outline: none;
  width: 100%;
  height: 35px;
}
.input-field input:focus, .input-field select:focus, .input-field textarea:focus, .select2:focus{
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}

.btn-stylish {
color: #fff;
    background-color: #ff3b3b;
    border-color: #ff3b3b;
}

.btn-stylish:hover {
    color: #fff;
    background-color: #fc3d69;
}
.btn-stylish.focus, .btn-stylish:focus {
   box-shadow: 0 0 0 0.2rem rgba(255, 48, 97, .5);
 }


.input-field input[type=submit]:hover, .input-field button:hover {cursor: pointer;}
/*.select2-container .select2-selection--single {height: 35px !important;}
.select2-container--default .select2-selection--single {border: 1px solid #eceff1 !important;background-image: linear-gradient(to bottom, #f5f5f5 , #fff) !important;}
.select2-container--default .select2-selection--multiple {border: 1px solid #eceff1 !important;background-image: linear-gradient(to bottom, #f5f5f5 , #fff) !important;}
.select2-container .select2-search--inline .select2-search__field {margin-top: 0 !important}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 35px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 25px !important;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {margin-top: -6px !important;}*/

.grid-view-data {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.grid-heading svg { float: left; width: 35px;}
.grid-heading {
    padding: 15px 0;
    }
.grid-heading h4 {padding: 10px 15px; margin: 0; font-size: 18px }
.grid-heading ul { margin: 0;padding: 0;text-align: right;}
.grid-heading ul li { display: inline-block;}
.grid-heading ul li a{padding: 0;
    width: 30px;
    height: 20px;
    max-height: 20px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    display: flex;
    text-align: center;
    border-radius: 2px;
    align-items: center;
    justify-content: center;}
.grid-content {padding: 0 15px 15px 15px;}
.grid-heading .input-field p { color: #fff;}
.error-input {color: #212121; font-size: 12px;}

/* data tables */
/*.w30px{min-width: 30px;max-width: 30px;}
.w50px{min-width: 50px;max-width: 50px;}
.w-80px{min-width: 80px;max-width: 80px;}
.w100px{min-width: 100px;max-width: 100px;}
.w150px{min-width: 150px;max-width: 150px;}
.w200px{min-width: 200px;max-width: 200px;}
.w250px{min-width: 250px;max-width: 250px;}
.w300px{min-width: 300px;max-width: 300px;}
.w350px{min-width: 350px;max-width: 350px;}
.w400px{min-width: 400px;max-width: 400px;}
.w-450px{min-width: 450px;max-width: 450px;}
.w-500px{min-width: 500px;max-width: 500px;}*/

.w500px {min-width: 500px; max-width: 500px; width: 500px;}
.w450px {min-width: 450px; max-width: 450px; width: 450px;}
.w300px {min-width: 400px; max-width: 400px; width: 400px;}
.w350px {min-width: 350px; max-width: 350px; width: 350px;}
.w300px {min-width: 300px; max-width: 300px; width: 300px;}
.w250px {min-width: 250px; max-width: 250px; width: 250px;}
.w200px {min-width: 200px; max-width: 200px; width: 200px;}
.w150px {min-width: 150px; max-width: 150px; width: 150px;}
.w100px {min-width: 100px; max-width: 100px; width: 100px;}
.w90px {min-width: 90px; max-width: 90px; width: 90px;}
.w50px {min-width: 50px; max-width: 50px; width: 50px;}
.w30px {min-width: 30px; max-width: 30px; width: 30px;}

.table-tbody-data tr td {padding: 4px 5px !important;}
.data-table-harpy thead tr th table tr td {padding: 0; background: #ff3b3b; color: #fff; border: 0 !important;}
.data-table-harpy thead tr th {padding-top: 0 !important; padding-bottom: 0 !important; background: #151515; border-bottom: 0 !important; border-color: #151515 !important; color: #fff;}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting, table.dataTable thead .sorting_desc {background-position: right 0px !important;}
.data-table-harpy thead tr th table tr td input { background: rgba(255, 255, 255, 0.88); border: 1px solid #ff3b3b; padding: 0px; color: #444; outline: 0; padding-left: 10px; font-size: 13px;}
.data-table-harpy thead tr th table {width: 100%;}
.data-table-harpy thead tr th {border-right: 2px solid #f9f9f9; height: 40px;}
[aria-controls]::example  {border-color:#ddd;border:1px solid #ddd; border-radius: 3px;}
#example_filter label {text-align: left; }
.dataTables_info {padding-top: 15px;}
#example_filter input {
    width: 100%;
    border: 1px solid #dbdee0;    
    border-radius: 4px;
    padding: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {border-radius: 100%;
    background: #f5f5f5 !important;
    color: #fff !important;
    border: 0 !important;}
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: 0 !important;
        border-radius: 100% !important;
    }
.dataTables_wrapper .dataTables_scrollHead, .dataTables_wrapper .dataTables_scrollBody {border: 1px solid #dbdee0 !important}
.data-table-harpy input {width: 100%;}
.data-table-harpy thead th > table tr > td {position: relative;}
.data-table-harpy thead th > table tr > td::after {
    content: "";
    background: url(../images/search.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 4px;
    opacity: 0.5;
}

table.dataTable thead th {
    padding: 0px 5px !important;
}

/* auto complete search dataTable */
.ui-autocomplete-input {
    border: 1px solid #eaeaea;
    padding: 0px 5px;
    font-size: 12px;
    border-radius: 0;
    background: #d0d0d0;
    color: #000;
    outline: none;
}
.yadcf-filter-reset-button:hover {cursor: pointer;}
.yadcf-filter-reset-button  {
    border: 0;
    position: relative;
    top: 6px;
    right: 0;
    float: right;
    margin-top: -25px;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 30px;
}

/* data table end */

/* dashboard page */


/*.counter-div {
    background: #fff;
    box-shadow: 1px 2px 9px -4px #000;
}
.counterDetails {background: #fff; padding: 15px; position: relative; z-index: 999;text-align: center;}
.counter-div .title::before {
       content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    height: 1px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.counterDetails svg {    font-size: 40px;padding: 5px;}
.counter-div .icon-div{font-size: 30px; padding: 3px; text-align: center; width: 50px; height: 50px; position: absolute; top: -10px; box-shadow: 1px 2px 9px -4px #000; color: #fff;}
.counter-div .title{font-size: 16px; font-weight: 400; padding: 5px 0;     line-height: 43px;}
.counter-div .value{font-size: 26px; font-weight: 600; padding: 5px 0; color: #ff3b3b; line-height: 14px;padding-top: 0;}
.counter-div .second-value{margin: 0 auto; display: table; font-size: 50px;}
.counter-div .second-value svg { color: #150b2b; background: #f5f5f5;border-radius: 100%;width: 80px;height: 80px;padding: 16px;margin-top: 14px;}*/

.box-counter {box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08); border-radius:10px;}
.legend-col {
  position: relative;
  /*border: 1px solid #dde5ea;*/
  /*box-shadow: 0px 0px 1px 1px #ffffff;*/
  padding-top: 0 !important;
  margin-bottom: 1rem;
}
.legend-div {
    /*position: absolute;
  z-index: 9;
  background: #f2f5f7;
  top: -18px;
  padding: 2px 15px;*/
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.legend-div::before {
    content: "";
    height: 4px;
    width: 30px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.legend-div.red::before { background: red;}
.legend-div.green::before { background: #009688;}
.legend-div.blue::before { background: blue;}

.legend-div p {margin: 0; font-size: 20px;padding-bottom: 8px;}
/*.counter-div {
    background: #fff;
    box-shadow: 2px 2px rgba(210, 210, 210, 0.36);
    overflow: hidden;
}
.counterDetails {padding: 15px; position: relative; z-index: 999;}
.counterDetails svg {    z-index: -1;
    position: absolute;
    font-size: 53px;
    right: 19px;
    top: 25px;
    opacity: 0.2;}
.counter-div .icon-div{font-size: 30px; padding: 3px; text-align: center; width: 50px; height: 50px; position: absolute; top: -10px; box-shadow: 1px 2px 9px -4px #000; color: #fff;}
.counter-div .title{font-size: 16px; font-weight: 400; padding: 5px 0;}
.counter-div .value{font-size: 26px; font-weight: 600; padding: 5px 0; color: #ff3b3b; line-height: 25px;}
.counter-div .second-value{margin: 0 auto; display: table; font-size: 50px;}
.counter-div .second-value svg { color: #ff3b3b; background: #f5f5f5;border-radius: 100%;width: 80px;height: 80px;padding: 16px;margin-top: 14px;}*/

/* .bg1 {background: #71230c;} */

.bg1 .counterDetails {background: #ff3b3b;}
.bg1 .second-value svg {color: #ff3b3b;}

.bg2 .counterDetails {background: #9c27b0;}
.bg2 .second-value svg {color: #9c27b0;}

.bg3 .counterDetails {background: #1aa99b;}
.bg3 .second-value svg {color: #1aa99b;}

.bg4 .counterDetails {background: #3f51b5;}
.bg4 .second-value svg {color: #3f51b5;}

.bg5 .counterDetails {background: #939e22;}
.bg5 .second-value svg {color: #939e22;}

.bg6 .counterDetails {background: #2f2f2f;}
.bg6 .second-value svg {color: #2f2f2f;}

.logo-li a {background: #fff; padding: 0 !important;}
.logo-li a img {max-width: 206px;}

@media (max-width:991px) {
    .mobile-hidden {display: none !important;}
    .desktop-visible {display: block !important;}
}
.menu-mobile img {background: #fff;width: 70px;margin-left: 15px;padding: 2px;border-radius: 2px;}
.heading-dashboard {background: #fff;padding: 15px;box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);border-radius: 10px; overflow: hidden; margin-bottom: 1rem;}
.icons-ul{margin: 0; padding: 0;}
.icons-ul li {list-style: none;display: inline-block; text-align: center;}
.icons-ul li:last-child a, .icons-ul li:last-child button {margin-right: 0;}
.icons-ul li a, .icons-ul li button {margin-right: 20px; display: block;border: 0;outline: none; padding:0}
.icons-ul li a:hover, .icons-ul li button:hover {cursor: pointer}

.icons-ul li:nth-of-type(1) a, .icons-ul li:nth-of-type(1) button{color: #009688; box-shadow: 0px 0px 0 1px #009688; }
.icons-ul li:nth-of-type(2) a, .icons-ul li:nth-of-type(2) button{box-shadow: 0px 0px 0 1px #ff3b3b;color: #ff3b3b;}
.icons-ul li:nth-of-type(3) a, .icons-ul li:nth-of-type(3) button{box-shadow: 0px 0px 0 1px #9c27b0;color: #9c27b0;}
.icons-ul li:nth-of-type(4) a, .icons-ul li:nth-of-type(4) button{box-shadow: 0px 0px 0 1px #3f51b5;color: #3f51b5;}
.table-icons li a, .table-icons li button {box-shadow: none !important; color: inherit; padding: 0 !important}
.icons-ul li a, .icons-ul li button {
    width: 30px !important;
    height: 30px;
    border-radius: 30px;
    padding: 7px;}

.table-icons li a svg, .table-icons li button {
    border-radius: 2px !important;
    width: 30px !important;
    height: 30px !important;
    background: none !important;
    box-shadow: none;
    border: 1px solid #dbdee0;
}
.table-anchor {margin-left: 10px;}
.table-anchor a, .table-anchor button {min-width: 130px !important; width: auto !important; background-image: linear-gradient(to bottom, #ECE9E6 15%, #FFFFFF 51%, #ECE9E6 100%) !important;font-weight: 700 !important; box-shadow: 1px 1px #000; height: 30px !important; border-radius: 2px !important; padding: 5px 8px !important;}
.table-icons li a, .table-icons li button { margin-right: 7px;}
.table-icons li a svg, .table-icons li button svg {
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px !important;
    padding: 8px 8px;
    background: inherit !important;
    color: #000;


}

.icons-ul li a p, .icons-ul li button p {margin: 0;}
.counter-4 {overflow: hidden;}
.bg-dark-gray {background: #2f2f2f;}
.counter-4 ul li {width: 33.33%;float: left;background: #fff;}
@media (max-width:991px){
    .counter-4 ul li {width: 100%; margin-bottom: 30px;}
}
.counter-4 ul li a {height: 40vh; display: block;}
/* .counter-4 ul li:nth-of-type(odd) a {border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.counter-4 ul li:nth-of-type(even) a {border-bottom: 1px solid #ddd;} */
.counter-4 .counterDetails {height: 100%;}
.counter-4 .counterDetails .title {font-size: 20px;}
.counter-4 .counterDetails .value {font-size: 35px;font-weight: 700;}
.counter-4 .counterDetails .icon {color: #fff; position: relative; opacity: 1;     margin: 0 auto;
    display: table;
    background: #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    padding: 20px;}
.counter-4 ul li:nth-of-type(1) .counterDetails {background: #9c27b0;}
.counter-4 ul li:nth-of-type(1) .counterDetails svg {color: #9c27b0;}

.counter-4 ul li:nth-of-type(2) .counterDetails {background: #1aa99b;}
.counter-4 ul li:nth-of-type(2) .counterDetails svg {color: #1aa99b;}

.counter-4 ul li:nth-of-type(3) .counterDetails {background: #3f51b5;}
.counter-4 ul li:nth-of-type(3) .counterDetails svg {color: #3f51b5;}

.counter-4 ul li:nth-of-type(4) .counterDetails {background: #939e22;}
.counter-4 ul li:nth-of-type(4) .counterDetails svg {color: #939e22;}

.counter-4 ul li:nth-of-type(5) .counterDetails {background: #ff3b3b;}
.counter-4 ul li:nth-of-type(5) .counterDetails svg {color: #ff3b3b;}

.counter-4 ul li:nth-of-type(6) .counterDetails {background: #9c27b0;}
.counter-4 ul li:nth-of-type(6) .counterDetails svg {color: #9c27b0;}

/* dashboard page end*/
/* button styles */
.myButton {border: 1px solid rgba(0, 0, 0, 0.16); padding: 7px 15px;box-shadow: 1px 2px 9px -4px #000; margin-right: 10px; width: auto;}
  .myButton:last-child {margin-right: 0;}
  .myButton:hover {cursor: pointer;}
  .button-green {background: #50b150; color: #fff;}
  .button-red {background: #e8594e; color: #fff;}
  .button-yellow {background: #fdc82d; color: #444;}
  .button-theme {background: #221c29; color: #fff;}
  .button-rounded{border-radius: 30px;}

  .button-green-outline {background: #fff; color: #50b150; border: 2px solid #50b150;}
  .button-red-outline {background: #fff; color: #e8594e; border: 2px solid #e8594e;}
  .button-yellow-outline {background: #fff; color: #444; border: 2px solid #fdc82d;}
  .button-theme-outline {background: #fff; color: #221c29; border: 2px solid #221c29;}
/* button styles end */
.ContainerNew .row.bg-white {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
}
.ContainerNewHeight .row.bg-white {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
}
/*.content-area {margin: 15px;}*/
/* table plus minus */
.table-plus table td input, .table-plus table td textarea, .table-plus table td select {border: 1px solid rgba(0, 0, 0, 0.458);padding: 2px 10px; height: 28px; background: #f9f9f9; width: 100%;}
.table-plus table td input[type=file] {
    font-size: 11px;
}
.table-plus table thead {background: #ff3b3b; color: #fff;}
.table-plus table tbody td {padding: 5px;}
.plus-minusUl {margin: 0; padding: 0;}
.plus-minusUl li {display: inline-block; font-size: 20px; padding: 1px 5px; border:1px solid rgba(0, 0, 0, 0.26)}
.plus-minusUl li:hover {cursor: pointer;}
.w-41 {width: 41%; min-width: 41%; max-width: 41%;}
.w-59 {width: 59%; min-width: 59%; max-width: 59%;}


.recentActivity {
      padding: 10px 15px;
      background: #ff3b3b;
      font-size: 20px;
      color: #fff;
  }
  .recentUl { margin: 0;padding: 0;     max-height: 265px;overflow: auto;}
  .recentUl li { border-bottom: 1px solid #ddd;padding: 5px 15px !important;display: flex; }
  .recentUl li p:first-child{ font-size: 24px;font-weight: 300;margin: 0; }
  .recentUl li p:last-child{ font-size: 12px;
    margin: 0;
    color: #4c4c4c;}
  .text-pink {color: #ff3487}
  .text-red { color: #dc3545 !important;}
  .recentUl li > div { float: left;width: 85%;}
  .recentUl li svg { float: right;font-size: 50px;opacity: 0.2; }
   .radius-row { border-radius: 5px !important;overflow: hidden;}
  .refresh-icon { float: right;margin-top: 5px;}
  .refresh-icon:hover { cursor: pointer;}
  .recent-box { box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);}
  


  /*checkbox table select row*/
  .radiosDesign { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 30px;
    min-width: 40px !important;
    max-width: 40px !important;
    z-index: 99999;
  }
  
  /* IMAGE STYLES */
  .radiosDesign:hover, img:hover {
    cursor: pointer;
  }
  

  /* CHECKED STYLES */
  .radiosDesign:checked + img {
      outline: 2px solid #ff3b3b;
  }

  .radios-img {
      width: 15px;
  }


  .trSelected {background: #d4d4d4 !important;}
  .trSelected>.sorting_1 {background: #d4d4d4 !important;}
  .radiosRemove:hover {
      cursor: pointer
  }
.radiosRemove {
        border-radius: 30px;
    background: #ff3b3b;
    color: #fff;
    padding: 2px 8px;
    font-size: 11px;
    border: 0;
  }

.dataTables_length { float: left;}
#example_filter { float: right;}
.dataTables_length select {padding: 3px 10px;
    border-radius: 30px;}


.table-icons {
    left: 23%;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 99;

}
.table-tbody-data tr {border-bottom: 1px solid #eceff1;}
/*.table-tbody-data tr:nth-of-type(odd){ background: #f5f5f5;border-bottom: 1px solid #eceff1;}*/
/*.table-tbody-data tr:nth-of-type(even){ background: #fff;}*/
.data-table-harpy thead tr th, .data-table-harpy tbody tr td { font-size: 12px;}

.buttons-copy, .buttons-csv, .buttons-excel, .buttons-pdf, .buttons-print, .buttons-colvis  {
    border-radius: 2px !important;
    width: 30px !important;
    height: 30px !important;
    background: none;
    box-shadow: none;
    border: 1px solid #dbdee0;
    padding: 0.4em 0.5em !important;

}
.columnVisibility { width: 100% !important; min-width: 100% !important; max-width: 100% !important;}

.buttons-copy svg {color:#f19c20}
.buttons-csv svg { color: #009688;}
.buttons-excel svg { color: #673AB7;}
.buttons-pdf svg{ color: #fb1100;}
.buttons-print svg{ color: #000;}
.button-edit svg {color: #4CAF50 !important;}
.button-delete svg {color: #FF5722 !important;}
.data-table-harpy { display: none;}
.dt-button-collection { width: 300px !important;max-height: 250px;overflow: auto !important;}
.dt-button-collection .dt-button { float: left !important;width: 48% !important; margin-right: 2% !important; padding: 2px !important;
  border-radius: 30px !important;
  font-size: 12px !important;}
.dt-button-collection .dt-button:nth-of-type(even) { margin-right: 0;}
.error { color: red;}
.error-input { color: red;}
.list-checkbox { margin: 0;padding: 0;}
.list-checkbox li { float: left;margin-right: 15px;}
.list-checkbox li:last-child { margin-right: 0;}
.list-checkbox li label { margin-bottom: 0; display: flex; align-items: center; }
.list-checkbox li label span {margin-right: 10px;}
@media (min-width: 992px) {
.modal {
    z-index: 99999999;
}    
.modal-dialog { margin-top: 100px;max-width: 70%;}
}

.counter-2 { padding: 0;}
.counter-2 a:first-child .title::before{
    background: none !important;
    padding: 0 !important;
}
    .counter-2 a:first-child .title {
        padding-top: 0;
    }

        .counter-2 a:last-child .value {
        padding-bottom: 10px;
    }



.dataTables_paginate {
    float: right;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important;
    border-radius: 0 !important;
    width: 30px;
    padding: 6px 12px;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
     cursor: pointer;
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
     color: #000 !important;
 }
 .datepicker-container {
     z-index: 99999999 !important;
 }
 .colorUl { margin: 0;padding: 0;}
 .colorUl li { display: inline-block;margin-right: 15px;} 
 .colorUl li .red-dot { width: 17px;height: 17px;background: #ff0000;float: left;margin-right: 10px;} 
 .colorUl li .blue-dot { width: 17px;height: 17px;background: #3a87ad;float: left;margin-right: 10px;} 


 /* login page */
.input-single{width: 100%; position: relative; margin-bottom: 15px;background: none;}
/* .input-login svg { position: absolute; left: 0; top: 8px; } */
.input-single input {border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.15); outline: 0; padding:5px 0px 5px 0px; width: 100%; font-weight: 300; background: none; font-size: 12px; transition: .5s ease-in-out;}
.input-single input[type="submit"] {border: 2px solid rgba(0, 0, 0, 0.16); padding: 5px 20px; border-radius: 30px; background: #009688; color: #fff; width: 100%; outline: none; text-transform: uppercase;}
.input-single > p {font-size: 12px; margin-bottom: 15px; color: #673AB7;}
.input-single input:focus {border-bottom: 2px solid #019488; border-radius: 30px; text-align: center; margin: 0 auto; display: table; width: 90%;}
.input-single > span { color: red;font-size: 11px; text-transform: lowercase}

 @media (min-width:992px) {
    .body-single {overflow: hidden;padding-top: 0;}
    .logo-top {
        max-width: 100%;
        height: 236px;
        object-fit: cover;
        width: 100%;
    }
    .left-col, .right-col {height: 100vh;}
}

.main-row {background: #fff;}
.left-col { overflow: auto; padding: 15px; background: linear-gradient(to bottom right, #009688, #4a4588)}
.right-col {overflow: auto; padding: 15px; background: #fff; }
.left-col ul li {list-style: initial;}
.left-col ul {margin-left: 30px !important;}
.left-col div, .left-col ul, .left-col li, .left-col p {font-size: 13px; text-align: justify;  color: #fff;}
.left-col li {font-weight: 300;}
.list-initial li {list-style: none;}
.counter-change {
    padding: 10px 15px;
    transition: 0.4s ease-in-out;
    border-radius: 5px;
}
.counter-change-row {
    display: block;
    max-height: 406px;
    min-height: 406px;
    overflow: auto;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.counter-change .counter-icons { display: none !important;}
.counter-change .counter-div {
    background: none;
    box-shadow: none;
    padding: 18px 0 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

}

.counter-change .col-lg-12:last-child .counter-div{ box-shadow: none;border: 0;padding-bottom: 0;}
.counter-change .counterDetails {     padding: 0;
    display: flex;
    align-items: center;}
.counter-change .counter-div .title { padding: 0;
    font-size: 14px;
    width: 100%;}
.counter-change .counter-div .value { padding: 0;
    font-size: 18px;
    width: 100%;
    text-align: right;}
.img-function {height: 150px; width: 150px !important;}

/* photo gallery css */
.row .column {
    margin: 10px 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 23.6%;
    margin-bottom: 20px;
  }
  
  .column img, .column video {
      width: 100% !important;
    height: 200px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.192);
    border-radius: 4px;
    padding: 4px;
  }

  .column > p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 0;
    border-radius: 0 0 7px 7px;
    font-size: 12px;
  }
  @media (max-width:991px) {
    .column img {
        height: 100px;
      }
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  @media (min-width:992px){
    .modal-content {width: 60%;}
  }
  
  .prev, .next { background: rgba(255, 255, 255, 0.45);}
  /* The Close Button */
  #myModal .close { color: #fff !important;}
  .close {
    /*color: #fff !important;*/
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /*img {
    margin-bottom: -4px;
  }*/
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  @media (min-width:992px) {
      .min-height-content {min-height: calc(100vh - 122px)}
  }

   /* input checkbox and radio */
.checkboxLabel {display: block;position: relative;padding-left: 35px;margin-bottom: 12px;cursor: pointer;font-size: 16px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.checkboxLabel input[type=checkbox] {position: absolute;opacity: 0;cursor: pointer;}
.checkboxLabel input[type=radio] {position: absolute;opacity: 0;cursor: pointer;}
.checkboxLabel .checkmark {position: absolute;top: 0;left: 0;height: 22px;width: 22px;background: #fff;border-radius: 100%; border: 1px solid rgba(0, 0, 0, 0.12);}
.checkboxLabel.radioLabel .checkmark {border-radius: 50%;}
.checkboxLabel:hover input~.checkmark {background-color: #fff;}
.checkboxLabel .checkmark:after {content: "";position: absolute;display: none;}
.checkboxLabel input[type=checkbox]:checked~.checkmark:after {display: block;}
.checkboxLabel input[type=radio]:checked~.checkmark:after {display: block;}
.checkboxLabel .checkmark:after {left: 8px;top: 5px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.checkboxLabel.radioLabel .checkmark:after {top: 4px;left: 4px;width: 12px;height: 12px;border-radius: 50%;background: #fff;}
.checkboxLabel input:checked~.checkmark {background-color: #007bff;}
.checkboxLabel input:checked~.checkmark.success {background-color: #28a745;}
.checkboxLabel input:checked~.checkmark.danger {background-color: #dc3545;}
.checkboxLabel input:checked~.checkmark.warning {background-color: #ffc107;}
.checkboxLabel input:checked~.checkmark.info {background-color: #17a2b8;}
.changeColor{background: red;height: 100px;width: 100px;}
input:checked ~ .changeColor{background: yellow !important;}
/* input checkbox and radio end */
.column {position: relative;}
.column .position-relative { margin-bottom: 10px;}
.column .position-relative p {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.52);
    width: 100%;
    padding: 7px;
    margin: 0;
    color: #fff;
    border-radius: 0 0 5px 5px;
}

.column .checkboxLabel {
  position: absolute;
    right: 23px;
    top: 11px;
    z-index: 99;
    background: rgba(6, 6, 6, 0.56);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.column .checkboxLabel .checkmark {    top: 14px;
  left: 14px;}
/* photo gallery css end*/
    .modal-zoom {
    align-items: center;
    justify-content: center;
    min-height: 93vh;
    background: #000 !important;
}
.prev { left: 0;}
.mySlides img {    max-width: 60%;
    margin: 0 auto;
    display: table;}

@media (min-width: 992px) {
    .view-photo { min-height: calc(100vh - 148px);}
     .btn-div-button {
    position: absolute;
    bottom: 15px;
    left: 30px;
}
}
@media (max-width:991px) {
         .btn-div-button {
        position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px 10px 0 10px;
    width: 100%;
}
         .btn-div-button input {
                 min-width: 100% !important;
         }
    .view-photo .column {width: 50%;}
    .view-photo .column-full  { width: 100% !important;}
    .view-photo .column-full  img { height: 250px !important;}
    .mySlides img {
        max-width: 100% !important;
    }
  }

.largeModal .modal-content { min-width: 80%;}
table td .input-field select, table th .input-field select { width: 100%;}

@media (min-width: 992px) {
    .extralargeModal .modal-content {
        max-width: 100% !important;
    min-width: 100% !important;
    }
    .largeModal .table th { color: #fff;}
    .detailUl li { display: inline-block;list-style: none;margin-right: 20px;padding: 0 15px;border-right: 1px solid #ddd;margin-bottom: 0;}
    .detailUl li:last-child { border-right: 0;}
}

.detailUl{ margin: 0;padding: 0;}
.detailUl li { margin-bottom: 10px;}

.view-photo > form { width: 100%;}




/*dashboard profile*/
.dashboard-profile {color: #fff;border-radius: 10px; background-image: linear-gradient(to bottom, #f5f5f5 , #fff); box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08); overflow: hidden;}
.row-profile { background:#e6e6e6;padding: 25px 15px; color: #000}
.dashboard-profile .title { font-size: 18px;margin-bottom: 0;font-weight: 300px;}
.dashboard-profile .subtitle { font-size: 16px;opacity: 0.7; margin-bottom: 0; font-weight: 300px;}
.dashboard-profile .row-profile ul { margin: 0;padding: 0;text-align: right;}
.dashboard-profile .row-profile ul li { display: inline-block;padding: 0 30px;text-align: center;}

.loader-background { background: rgba(0, 0, 0, 0.55);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999999;display: flex;align-items: center;justify-content: center;}
.loader-title {     font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: loader-gif 5s linear infinite;

}
.loader-title img { max-width: 150px;}

@keyframes loader-gif {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}


/* dashboard page */
/*.counter-div2 {
    background: #fff;
    padding: 10px 15px;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 2px 22px -16px rgba(0, 0, 0, 0.63);
}
.counter-div2:hover {box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); cursor: pointer;}
.counter-div2 .icon-div{font-size: 30px; padding: 3px; text-align: center; width: 50px; height: 50px; position: absolute; top: -10px; box-shadow: 1px 2px 9px -4px #000; color: #fff;}
.counter-div2 .title{font-size: 14px; font-weight: 400; padding: 8px 0 0 0; color: #444;margin-top: 20px;border-top: 2px solid #e2e2e2;clear: both;}
.counter-div2 .value{font-size: 26px; font-weight: 600; padding: 5px 0; color: #ff3b3b; line-height: 25px;}
.counter-div2 .second-value img {height: 70px;opacity: 0.3;filter: grayscale(100%);}
.counter-div2 .second-value {
    font-size: 50px;
    float: right;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
}
.counter-div2 .second-value svg {    color: #fff;
    background: #f5f5f5;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding: 20px;
    margin-top: 13px;}
.counter-div2 .counterDetails {color: #fff; padding: 15px 0px 0px 0px; position: relative; z-index: 999;}
.counter-div2 .counterDetails svg {z-index: -1;position: absolute;font-size: 70px;right: 10px;top: 16px;opacity: 0.2; color: #000;}*/

.counter1 .second-value svg {background: #e67e22 !important;}
.counter2 .second-value svg {background: #27ae60 !important;}
.counter3 .second-value svg {background: #e74c3c !important;}
.counter4 .second-value svg {background: #af64cc !important;}
.counter5 .second-value svg {background: #1bbae1 !important;}
.counter6 .second-value svg {background: #394263 !important;}

.login-body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 27%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: -1px 3px 3px #000;
}

.google-visualization-table-table td {
    text-align: center !important;
}

.tfoot-details { width: 100%;margin-top: 15px; background-image: linear-gradient(to bottom, #f5f5f5 , #fff);}
.tfoot-details td { border: 1px solid #dbdee0;;padding: 5px 10px; border-radius: 10px;}
.tfoot-details td small { font-weight: 600;color: #ff3b3b;font-size: 13px !important;}

/*modal chat*/
.modalchat .modal-dialog { margin-top: 0;}
.modalchat .modal-dialog, .modalchat .modal-content {
    width: 100%;
    max-width: 98%;
}
.modalchat thead { background: #ff3b3b;color: #fff;}
.modalchat .modal-body {
    max-height: 430px;
    overflow: auto;
}
.Sentchatadmin { background: #ececec;}

.no-search .yadcf-filter-wrapper { display: none;}
.no-example_filter #example_filter {display: none}
.check-input-th { display: flex;align-items: center;}

.check-input-th { display: flex;align-items: center;}

.fc-grid .fc-event-time {
    font-weight: bold;
    display: none;
}
#calendarModal { background: transparent;}
#calendarModal .close {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    opacity: 1;
    font-size: 18px;
}
#calendarModal .modal-content {border-radius: 20px;background: none;border: 0;}
#calendarModal .modal-footer { margin-top: 30px;border-radius: 20px;background: #fff;}
#calendarModal .modal-footer button { border-radius: 30px;font-size: 14px;}
#calendarModal .modal-body .wrapper {border-radius: 20px;overflow: auto;padding: 0px;}
#calendarModal .modal-body { padding: 0;background: #fff; border-radius: 20px;}
.content-calendar { background: #f5f5f5;padding: 20px;}
@media (min-width:992px) {
    #calendarModal .modal-content { width: 400px;}
}
/*.calendar-list { margin-bottom: 30px;}*/
.calendar-list { display: flex; margin-right: 15px;margin-bottom: 8px;}
.calendar-list svg { font-size: 20px;margin-right: 30px;color: #ff3b3b;}
.calendar-list .name-title { font-size: 30px;}
.calendar-list p {margin: 0}
.calendar-list .name-date { font-size: 15px;opacity: 0.7;}
.calendar-list .heading { font-size: 15px;opacity: 0.7;}
.modal .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}
.text-underline { text-decoration: underline !important;}
.Showbutton {
    border: 1px solid #0000001f;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    text-align: center;
    background: #ff3b3b;
    box-shadow: 2px 2px 0px #a2465c;
}
.Showbutton:hover { background: #000;color: #fff; box-shadow: 2px 2px 0px #ccc; cursor: pointer}
.table-change table thead { background: #212121;color: #fff;}
.table-change { max-height: 300px;width: 100%;overflow: auto;min-height: 250px;border: 1px solid #000;}
.border-radius-0 { border-radius: 0;}
@media (min-width: 992px) {
    .modal-height {max-height: 300px;overflow: auto;}
    .not-found { padding-top: 100px;}
}

.not-found { margin: 0 auto;display: table;text-align: center;width: 400px;}
.not-found h1 { font-weight: 600;color: #ff3b3b;}
.not-found .Showbutton { border-radius: 30px;width: 150px;margin: 0 auto;display: table;background: #000;}
.search-client { 
    border-radius: 10px;
    display: block;
    padding: 10px;
    text-align: center;
    float: right;
    font-weight: 600;
}
.search-client img {
        width: 40px;
    margin: 0 auto;
    display: table;
    
}
.height-auto { height: auto !important;}

.select2-container--default .select2-selection--single {
        background-color: inherit;
    border: inherit;
    border-radius: 0;
}
.select2 {
    border: 1px solid rgba(0, 0, 0, 0.458);
    padding: 2px 10px;
    height: 28px;
    background: #f9f9f9;
    width: 70%;
    max-width: 70%;
}

.seprateInput {position: relative}
.seprateInput input, .seprateInput select, .seprateInput textarea {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 14px;
    border-radius: 7px;
    background-image: linear-gradient(#f2f5f7, #d1d5d8);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    outline: none;
}
.seprateInput p { font-size: 12px;font-weight: 600;margin-top: 0; margin-bottom: 5px;}
.seprateInput .seprateSearch {
    background-image: linear-gradient(#ff3b3b, #da3636);
    color: #fff;
}
.center-div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.calendar-counter {
    background: #fff;
    padding: 10px 15px;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.counter-new { border: 1px solid rgba(0, 0, 0, 0.15);padding: 15px;background: #fff;display: flex;align-items: center; height: 100px;}
.counter-new .value { margin-right: 30px;}
.counter-new .value span {
    border: 1px solid #ff3b3b;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3b3b;
}
.counter-new .title .heading { font-weight: 600;margin-bottom: 0;font-size: 13px;}
.counter-new .title .subheading { font-weight: 300;color: #444;font-size: 14px;margin-bottom: 0;}
.counter-new .right-arrow { margin-left: auto;float: right;}
.counter-new .right-arrow .heading{font-weight: 600;margin-bottom: 0;font-size: 25px;}
.calendar-counter {
    background: #fff;
    padding: 10px 15px;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.calendar-counter ul { margin: 0;padding: 0;}
.calendar-counter ul li { 
    display: block;
    width: 100%;
    border-left: 2px solid #d0d0d0;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;
}
/*.calendar-counter ul li::before {
   content: "";
    background: #d0d0d0;
    height: 14px;
    width: 14px;
    position: absolute;
    left: -7px;
    border-radius: 100%;
}*/
.calendar-counter ul li .heading { color: #828282;font-weight: 400;margin-bottom: 5px;position: relative;}
.calendar-counter ul li .heading::before {
    content: "";
    background: #d0d0d0;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 3px;
    left: -22px;
    border-radius: 100%;
}
.calendar-counter ul li .calendar-area { background: #f5f5f5;padding: 8px;border-radius: 7px;}
.calendar-counter .calendar-area .calendar-heading {margin-bottom: 3px;font-weight: 600;font-size: 14px;}
.calendar-counter .calendar-area .calendar-subheading {margin-bottom: 0px;font-weight: 300;font-size: 13px;}
/*.active-calendar::before {
    background: #4caf50 !important;
}*/
.active-calendar .heading::before {
    background: #4caf50 !important;
}
.active-calendar .active { background: #c9deb0 !important;}
.calendar-counter ul li:last-child {
    padding-bottom: 10px !important;
}
.Inactive-calendar .heading::before {
    background: #da3636 !important;
}
.scroll1 {max-height: 240px;
    overflow: auto;}
.scroll2 {max-height: 240px;
    overflow: auto;}
.scroll3 {max-height: 406px; min-height: 406px;
    overflow: auto;}
/* <!-- PROGRESSBAR --> */
 #myProgress {
    width: 100%;
    background-color: #ddd;
    border-radius: 30px;
    overflow: hidden;
     line-height: 26px;
}

#myBar {
    width: 10%;
    height: 25px;
    background-color: #4CAF50;
    text-align: center;
    color: white;
}

/* <!-- PROGRESSBAR END --> */
/* <!-- DROP AND DRAG INPUT --> */
.dropzone {
    /*border: 2px dashed #000 !important;
    border-radius: 15px;
    text-align: center;*/
    max-height: 300px;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

/* <!-- DROP AND DRAG INPUT END --> */
/* <!-- FOLDER --> */
.folder {
    width: 100%;
    height: 105px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background: #c79b36;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    text-align: center;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.folder:before {
    content: '';
    width: 50%;
    height: 12px;
    border-radius: 10px 20px 0 0;
    background: #c79b36;
    position: absolute;
    top: -12px;
    left: 0px;
}

.folder-name {
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 0;
}

.folder-file {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.folder-size {
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 15px;
    width: 70%;
}
/*.folder a { height: 100%;display: block !important;}*/
/* <!-- FOLDER END --> */
.uploadImageRemark p { float: none;width: 100%;}
.uploadImageRemark textarea {height: auto; max-height: 77px;border-radius: 15px;border: 2px solid #000;padding: 10px;width: 100%; outline: none}
.uploadImageRemark .btn-stylish {min-width: 100%;border-radius: 4px !important;height: 40px !important;}

.input-detail-folder .input-field p {float: none;width: 100%;color: #ff3b3b;}
.input-detail-folder .input-field h2 { font-size: 18px;margin-top: 8px;}
.input-detail-folder .input-field { border-right: 1px solid #e2e2e2;}
.input-detail-folder .col-lg-3:last-child .input-field { border-right: 0;}
@media (min-width: 992px) {
   .input-detail-folder .input-field {margin-bottom: 0;}
}
.storage-div { width: 200px;text-align: left; float: right}
.storage-div .storage-heading { font-size: 14px;font-weight: 600;margin-bottom: 4px;}
.storage-div .counting-storage { background: #d4d4d4;width: 100%;height: 10px; position: relative}
.storage-div .storage-subheading { font-size: 12px;font-weight: 300;margin-top: 4px;margin-bottom: 7px;}
.storage-div a { font-weight: 600;text-transform: uppercase;letter-spacing: 2px;font-size: 14px;color: #2196F3;}
.storage-meter { background: #4CAF50;height: 10px;position: absolute;left: 0;top: 0;}
.file-upload-div {
    border: 2px dashed #000;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}
form {width: 100% !important;}
.rowSCroll {max-height: 418px;overflow: auto;}

/* design structure and component */
.headerNew {height: 80px; background: #fff; width: 100%; padding: 15px; box-shadow: 2px -4px 11px 0px rgba(0, 0, 0, 0.34); position: fixed; z-index: 9999; top: 0;}
.HeaderleftUl {float: left; margin: 0; padding: 0; display: flex; align-items: center;}
.menubarIcon {width: 40px; height: 26px; background-position: -240px -4px !important; cursor: pointer; }
.HeaderleftUl .logo-liNew {width: 120px;}
.HeaderleftUl .logo-liNew img {width: 58px;
    margin-left: 19px;}
.HeaderleftUl li {float: left;}
.HeaderleftUl li a{ display: block;}
.HeaderRightUl {float: right; text-align: right; width: auto; padding-top: 6px; }
.HeaderRightUl li {float: left; margin-left: 15px}
.logOutIcon{width: 35px;height: 35px;background-position: -285px -6px !important;cursor: pointer;}
.profile-liNew {width: 40px; height: 40px; border-radius: 100%; overflow: hidden;}
.profile-liNew img {object-fit: cover;}

.contentWrapprMain {padding-left: 120px;}
.menusOpen {display: none;}
.asideNew {background: #fff; transition: .5s ease-in-out; height: calc(100vh - 80px); position: fixed; left: 0; top: 80px; z-index: 999; box-shadow: -1px 2px 14px rgba(0, 0, 0, 0.2);}
.asideNewDisable {margin-left: -120px;}
.asideNew::-webkit-scrollbar-thumb {background:#000; border-radius: 30px;}
.asideNew ul {margin: 0; padding: 0;}
.asideNew .mainul {width: 120px; height: calc(100vh - 80px);}
.asideNew .mainul:hover {overflow: auto;}
.asideNew .mainul > li { cursor: pointer; position: relative; padding: 15px; text-align: center; height: 120px; border-bottom: 1px solid #eceff1; display: flex; display: -webkit-flex; align-items: center; justify-content: center;}
/* new change sidemenu */
.asideNew > ul li:hover img {filter: grayscale(0);}
.asideNew > ul li:hover ul p, .asideNew > ul li:hover ul img {filter: grayscale(100%); }
.submenuDiv ul li img {width: 20px !important;max-height: 20px !important;margin-right: 10px;}
/* new change sidemenu end */
.asideNew .mainul > li img {width: 40px; max-height: 40px; margin-bottom: 5px; filter: grayscale(100%);}
.asideNew .mainul > li p {margin: 0;}
.spirit {background: url(../images/spirit.png) no-repeat; background-size: 500px 1000px;}
.parentLi {position: relative; z-index: 1;}
.parentLi:hover::before {
  content: "";
    background: #ff3061;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(100% 5%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 5%, 0% 100%, 100% 100%);
}

.parentLi .spirit {opacity: 0.7;}
.menu1 {background-position: -5px -5px;}
.menu2 {background-position: -7px -54px;}
.menu3 {background-position: -7px -104px;}
.menu4 {background-position: -7px -157px;}
.menu5 {background-position: -7px -207px;}
.submenuDiv .spirit {width: 25px; height: 25px;}
.submenu1 {background-position: -52px -7px;}
.submenu2 {background-position: -84px -7px;}
.submenu3 {background-position: -118px -7px;}
.submenu4 {background-position: -150px -7px;}
.submenu5 {background-position: -181px -7px;}
.submenu6 {background-position: -210px -7px;}
.submenuDiv {
    width: calc(100% - 120px);
    background: #fff;
    position: fixed;
    top: 80px;
    box-shadow: 20px 0px 7px 0px rgba(0, 0, 0, 0.4);
    left: 120px;
     display: none;
}
.enableSubmenuDiv {display: block;}
.submenuDiv ul li {text-align: left; position: relative; }
.submenuDiv > ul > li {float: left; width: 16.66%; }
.submenuDiv ul li a {padding: 12px 15px; display: flex; display: -webkit-flex; align-items: center;}
.submenuDiv ul li a .spirit {margin-right: 5px;}
.submenuDiv ul li ul {display: none; background: #f9f9f9;}
.submenuDiv ul li a span {position: absolute;right: 15px;}
.submenu .ullevel {position: absolute; width: 100%; background: #e8e8e8; max-height: 400px; overflow-y: auto; overflow-x: hidden;}
.submenu .ullevel2 {
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: inset 0px 2px 6px -3px #000;
}
.submenu .ullevel2::before {
    content: "";
    background: #e8e8e8;
    position: absolute;
    right: 14px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    margin-top: -7px;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.moreLink > a {justify-content: center;}
.moreLink > a > img {opacity: 0;}
.submenuDiv ul li a img {filter: grayscale(0) !important;}
.submenuDiv > ul > li > a {color: #212529;}
.submenuDiv > ul > li > a span {color: #b1b1b1;}
/*.submenuDiv > ul > li:hover > a {color: #4c4c4c;}*/
/*.submenuDiv > ul > li:hover a span {color: #4c4c4c; opacity: 0.4;}*/
.submenuDiv .submenu li a span {color: #4c4c4c; opacity: 0.4;}
.submenuDiv ul li a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.submenuDiv ul li a:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}



.ContainerNew {min-height: calc(100vh - 110px);}
/*.ContainerNewHeight {min-height: calc(112vh - 110px);}*/
.footerDiv {
  background: #f1f1f1;
    padding: 5px;
    text-align: center;
    color: #777;
    border-top: 1px solid #dbdee0;
}
.counter-div2 {
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px 10px 20px 25px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
    background: #fff;
}
.second-value {visibility: visible !important}
.counter-div2 .title {font-weight: 400; margin: 0;}
.counter-div2 .value {font-weight: 400; font-size: 20px; margin: 0; color: #ff3b3b;}
.counter-div2 img {max-width: 50px; margin-right:20px; max-height: 50px; opacity: 0.7;}
.counter-div2 .content { margin-left: 35px}
.graphContainerNew {
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px 10px 20px 25px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  margin-bottom: 1.5rem;
    background: #fff;
}
.headerrowNew {border-bottom: 1px solid #eceff1; margin-bottom: 1.5rem; padding-top: 10px; margin-left: 0; margin-right: 0;}
.headerrowNew .heading {font-size: 24px;}
.printingIconNew {margin: 0; padding: 0; text-align: right;}
.printingIconNew li {display: inline-block;}
.printingIconNew li a { float: left; margin-left: 15px; width: 35px; height: 35px; border-radius: 100%; display: flex; display: -webkit-flex; align-items: center; justify-content: center;}
.printingIconNew li:nth-of-type(1) a {box-shadow: inset 0px 0px 0px 1px #ff3b3b; color: #ff3b3b;}
.printingIconNew li:nth-of-type(2) a {box-shadow: inset 0px 0px 0px 1px #ff9800; color: #ff9800;}
.printingIconNew li:nth-of-type(3) a {box-shadow: inset 0px 0px 0px 1px #7a65ce; color: #7a65ce;}
.whiteBox {background: #fff; border-radius: 10px;box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08); padding: 15px; margin-bottom: 1.5rem;}
.borderBox {background: #fff; border-radius: 10px; border: 1px solid #eceff1; padding: 15px; margin-bottom: 1.5rem;}
.btn-main {
    color: #fff;
    background-color: #ff3b3b;
    border-color: #ff3b3b;
}
.btn-main:hover {
    color: #fff;
    background-color: #fc3d69;
}
.btn-outline-main {
    color: #ff3b3b;
    background-color: transparent;
    background-image: none;
    border-color: #ff3b3b;
}
.btn-outline-main:hover {
  color: #fc3d69;
  border-color: #fc3d69;
}
.btn-main.focus, .btn-main:focus, .btn-outline-main.focus, .btn-outline-main:focus {
   box-shadow: 0 0 0 0.2rem rgba(255, 48, 97, .5);
 }
.btn-alt {
  color: #fff;
    background-color: #212121;
    border-color: #212121;
}
.btn-alt:hover {
  color: #fff;
  background-color: #313131;
}
.btn-outline-alt {
  color: #212121;
  background-color: transparent;
  background-image: none;
  border-color: #212121;
}
.btn-outline-alt:hover {
  color: #313131;
  border-color: #313131;
}
.btn-alt.focus, .btn-alt:focus, .btn-outline-alt.focus, .btn-outline-alt:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, .5);
}
/* form */
.inputfieldNew p {margin-bottom: 5px; font-size: 12px;}
.inputfieldNew input, .inputfieldNew select, .inputfieldNew textarea {
  border: 1px solid #eceff1;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f5f5f5 , #fff);
  outline: none;
  width: 100%;
  height: 35px;
}
.inputfieldNew input:focus, .inputfieldNew select:focus, .inputfieldNew textarea:focus, .inputfieldNew .select2:focus{
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
/*.select2-container .select2-selection--single {height: 35px !important;}
.select2-container--default .select2-selection--single {border: 1px solid #eceff1 !important;background-image: linear-gradient(to bottom, #f5f5f5 , #fff) !important;}
.select2-container--default .select2-selection--multiple {border: 1px solid #eceff1 !important;background-image: linear-gradient(to bottom, #f5f5f5 , #fff) !important;}
 .select2-container--default .select2-selection--multiple .select2-selection__choice {margin-top: 1px !important;} 
.select2-container .select2-search--inline .select2-search__field {margin-top: 0 !important}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 35px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 25px !important;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {margin-top: -6px !important;}*/

/* design structure and component end */

/*dashboard profile*/
/* profile design new changes*/
  .profile-header{padding-top: 20px; padding-left: 20px;background: url(../images/first.jpg) no-repeat; background-size: cover; background-position: center; min-height: 118px; position: relative; z-index: 1}
  .profile-header::before {
      content: "";
      background: rgba(0, 0, 0, 0.51);
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }
  .profile-header .prf-img {width: 80px; height: 80px; position: relative; border-radius: 100%; float: left; margin-right: 20px;}
  .profile-header .prf-img img {width: 80px; height: 80px; border: 3px solid #fff; border-radius: 100%; object-fit: cover; }
  .profile-header .prf-img  .prf-img-icon {
      position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000;
  }
  .profile-content {background: #fff; padding: 25px 15px 25px 15px;}
  .profile-header .title{font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 0px;}
  .profile-header .designation{font-size: 14px; font-weight: 300; color: #fff; text-transform: uppercase; margin: 0;}
  .profile-content-col {text-align: center; word-break: break-all;}
  .profile-content-col .title {font-size: 12px; font-weight: 300; margin: 0; color: #000;opacity: 0.6;}
  .profile-content-col .detail {font-size: 14px; font-weight: 600; margin: 0; color: #000;}
  .shareDiv {position: absolute; right: 20px; top: 20px;}
  .share-row {margin-top: 25px;}
  .share-col a {color: #fff; padding: 15px 5px; display: block; text-align: center;}
  .share1 a {background: #8ed686;}
  .share2 a {background: #6e7ed2;}
  .share3 a {background: #f148a7;}
  .share4 a {background: #309f8c;}
  @media (min-width: 992px) {
      .search-box-top {min-height: 207px}
  }
  #tour_tour {
  z-index: 99999999;
}


  /* tabs dashboard */
.tab-dashboard {
  padding: 15px 15px;
  border: 1px solid #eceff1;
  background: #eceff1;
}
.tab-dashboardUl {background: #ff3b3b;
  border-radius: 30px 30px 0 0;
}

.tab-dashboardUl .nav-item {width: 33.33%; text-align: center; color: #fff; border-right: 1px solid rgba(255, 255, 255, 0.4);}
.tab-dashboardUl-50 .nav-item { width: 50%;}
.tab-dashboardUl-100 .nav-item { width: 100%;}
.tab-dashboardUl .nav-link {padding: 1rem 1rem; text-transform: uppercase; letter-spacing: 2px; }
.tab-dashboardUl .nav-link:hover {border: 0;}
.tab-dashboardUl .nav-link.active {background: none; border: 0; color: #fff; position: relative; z-index: 1;}
.tab-dashboardUl .nav-link.active::before {
  content: "\2714";
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  left: 50px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4CAF50;
}
.tab-dashboardUl .nav-link.active::after {
  content: "";
    background: #ff3b3b;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -5px;
    z-index: -1;
    transform: rotate(45deg);
}
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: block;     /* undo display:none          */
height: 0;          /* height:0 is also invisible */ 
overflow-y: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
height: auto;       /* let the content decide it  */
} /* bootstrap hack end */

/* tabs dashboard end */




/*.select2-container--default .select2-selection--single {
        background-color: inherit;
    border: inherit;
    border-radius: 0;
}
.select2 {
    border: 1px solid rgba(0, 0, 0, 0.458);
    padding: 2px 10px;
    height: 28px;
    background: #f9f9f9;
    width: 70%;
    max-width: 70%;
}*/
table td .select2 { width: 100% !important;max-width: 100% !important;
                    border: 1px solid #eceff1 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    background-image: linear-gradient(to bottom, #f5f5f5 , #fff) !important;
    outline: none !important;
    width: 100% !important;
    height: 35px !important;
}
.select2-container--default .select2-selection--single { background: none !important;border: 0 !important; white-space: initial !important}
.select2-container--default .select2-selection--single .select2-selection__rendered { white-space: initial !important;height: 30px;}

#submitproject {
    display: none;
    right: 50px;
    bottom: 30px;
}
.Finalbutton {
    position: fixed;
    right: 20px;
    z-index: 99999999;
    bottom: 50px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: #71230c !important;
}

.loginAlert {
    position: fixed;
    top: 15px;
    right: 15px;
    width: auto;
}
.loginAlert .close {
    padding: 4px 13px !important;
}
.py-25 { padding-top: 10px; padding-bottom: 10px;}

.headerBox-form {
  border: 1px solid rgba(0, 0, 0, 0.21);
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 4px;
   
}
.headerBox-form .heading {
  font-size: 18px;
  margin-bottom: 0;
}
#textarea textarea {
max-width: 600px !important;}

.cke_contents.cke_reset {
    height: 400px !important;
}
.mceLayout {
    width: 100% !important;
}
.gridheight {
    height: 300px !important;
}


.select2-container--default .select2-selection--single {
        background-color: inherit;
    border: inherit;
    border-radius: 0;
}
.select2 { width: 100% !important;max-width: 100% !important;
                    border: 1px solid #eceff1 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    background-image: linear-gradient(to bottom, #f5f5f5 , #fff) !important;
    outline: none !important;
    width: 100% !important;
    height: 35px !important;
}
.select2-container--default .select2-selection--single { background: none !important;border: 0 !important; white-space: initial !important}
.select2-container--default .select2-selection--single .select2-selection__rendered { white-space: initial !important;height: 35px;}
.select2-selection, .select2-selection--multiple {
    min-height: 28px !important;
    max-height: 28px !important;
    border: 0 !important;
    overflow: auto !important;
}
.stop-scrolling {
    overflow: auto !important;
}
.tableInput input {
    width: 100%;
}
.alertTop {
    position: fixed !important;
    width: 350px !important;
    max-width: 350px !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 99999999 !important;
}
.alertTop .close{
    top: 4px !important;
}
#ckf-modal {
    z-index: 99999 !important;
}
.ck-editor__main, .ck-content {
    height: 500px !important;
}