/*@font-face {
  font-family:roboto;
  src: url(../font/Roboto-Regular.ttf);
}
@font-face {
  font-family:roboto-bold;
  src: url(../font/Roboto-Bold.ttf);
}
html,body.div,span,p,h3,h1,h2,h4,h5,h6,h7{
    font-family:roboto !important;
}*/
.alert-area .greenalert {background-color: #4CAF50; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display:inline-flex; position: relative;}
.alert-area .bluealert {background-color: #2196F3; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display: block; display:inline-flex; position: relative;}
.alert-area .orangealert {background-color: #ff9800; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display: block; display:inline-flex; position: relative;}
.alert-area .redalert {background-color: #f44336; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display: block; display:inline-flex; position: relative;/* Red */}
.alert-area .messageText {
    display: flex;
    padding-left: 10px;
    justify-content: center;
    flex-direction: column;
}
.status-bar .greenalert {background-color: #4CAF50; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display:inline-flex; position: relative;}
.status-bar .bluealert {background-color: #2196F3; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display: block; display:inline-flex; position: relative;}
.status-bar .orangealert {background-color: #ff9800; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display: block; display:inline-flex; position: relative;}
.status-bar .redalert {background-color: #f44336; padding: 20px; border: 1px solid transparent;
    border-radius: .25rem; display: block; display:inline-flex; position: relative;/* Red */}
.status-bar .messageText {
    display: flex;
    padding-left: 10px;
    justify-content: center;
    flex-direction: column;
    font-size: 12px !important;
}
.rightNav{
    list-style: none !important;
}
.rightNav a.active{
    color:#000 !important;
    font-weight: bold;
}
.rightNav span.active{
    color:#000 !important;
    font-weight: bold;
}
.bs-select select {
    display: inline-block !important;
}
.clientLogo{
    max-height: 39.8px !important;
    object-fit: contain !important;
}
.footerOfMainArea button{
    background-color: #fff !important;
    outline: 0 !important;
}
.add-button button{
    background: transparent !important;
    outline: 0 !important;
    border: 0 !important;
}
.littleContentArea label.container{
    width:100% !important;
}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 400;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#datatable_wrapper table{
border-collapse:separate;
    border-spacing: 0px 0px !important;

}
#datatable_wrapper td{
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
}
#datatable_wrapper tr:hover  td{
   cursor: pointer;
    border-bottom: 1px dashed #3BC980 !important;
    border-top: 1px dashed #3BC980 !important;

}
#datatable_wrapper tr:hover  td:first-child{

    border-left: 1px dashed #3BC980 !important;

}
#datatable_wrapper tr:hover  td:last-child{

    border-right: 1px dashed #3BC980 !important;

}
#datatable_wrapper tr  td:first-child{
   border-left: 1px solid #dee2e6;

}
#datatable_wrapper tr  td:last-child{
   border-right: 1px solid #dee2e6;

}



*.closed{
   display: none !important;
}
.border-bottom-spc{
    border-bottom: 1px solid #cfcfcf !important;
}
*.nonclosed{
   display: flex !important;
}
.navLinkToDrop .drop.nonclosed{
    width: 100% !important;
    min-width: 220px !important;
   visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease;  
}
.navLinkToDrop .iconDrop.rotated{
    transform: rotate(180deg) !important;
    transition: all 0.3s ease;
}
.navLinkToDrop .iconDrop{
     transform: rotate(0deg);
    transition: all 0.3s ease;
}

*.nonvisible{
   visibility: hidden !important;
}
.alert-area .warnImg{
    display: flex;
    align-items: center;
    padding: 5px;
}
.warnImg .rotating{
    transform: rotate(0deg);
    animation-name: rotateForever;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.alert-area img{
    width: 35px;
    
}
.status-bar .warnImg{
    display: flex;
    align-items: center;
    padding: 5px;
}
.status-bar img{
    width: 35px;
    
}
@media only screen and (max-width:878px) {
    .networkPage .formRow.flex-wrap{
        padding-right: 15px !important;
    }
    .networkPage .closeFormRow{
        display: none !important;
        visibility: hidden;
    }
    .networkPage .closeFormRowMobil{
        display: flex !important;
        justify-content: flex-end;
    }

}

@media only screen and (min-height:930px) {
    .header-bar{
        height: 6%;
    }
    .tableArea{
          height: 93.5%;  
    }
}
@media only screen and (min-height:830px) and (max-height:929px) {
    .header-bar{
        height: 7%;
    }
    .tableArea{
          height: 92.5%;  
    }
}
@media only screen and (min-height:730px) and (max-height:829px) {
    .header-bar{
        height: 8%;
    }
    .tableArea{
          height: 91.5%;  
    }
}
@media only screen and (min-height:618px) and (max-height:729px) {
    .header-bar{
        height: 10%;
    }
    .tableArea{
          height: 90%;  
    }
}
@media only screen and (min-height:554px) and (max-height:617px) {
    .header-bar{
        height: 11%;
    }
    .tableArea{
          height: 89%;  
    }
}
@media only screen and (min-height:476px) and (max-height:553px) {
    .header-bar{
        height: 13%;
    }
    .tableArea{
          height: 87%;  
    }
}
@media only screen and (min-height:386px) and (max-height:475px) {
    .header-bar{
        height: 14%;
    }
    .tableArea{
          height: 86%;  
    }
}
@media only screen and (min-height:300px) and (max-height:385px) {
    .header-bar{
        height: 17%;
    }
    .tableArea{
          height:83%;  
    }
}
/*@media only screen and (min-width:1112px){
    .tableArea{
    height: 98%;
}
    .tableContaining .tableArea{
    height: 93.5%;
}

}
@media only screen and (min-width:877px) and (max-width:1111px){
        .tableArea{
            height: 94%;
        }
        .tableContaining .tableArea{
    height: 94%;
}
    }
@media only screen and (max-height:860px){
    .tableArea{
    height: 92% !important;  
}
}
@media only screen and (min-height:861px) and (max-height:977px){
    .tableArea{
    height: 93% !important;  
}
}
@media only screen and (max-width:876px){
    .tableArea{
    height: 93%;
    
}
    .tableContaining .tableArea{
    height: 96%;
}
    


}*/
.mainArea{
    flex:1 !important;
}  
.datatable_wrapper table tr{
    border-width: 1px; border-style: solid; border-color: rgb(235, 235, 235);
} 
.fitToScreenRight{
    height: 100% !important;
}
x
.endpointPage .formRow .one{
    min-height: calc(1.5em + .75rem);
}
@media only screen and (min-width:1372px) and (max-width:1375px) {
    
    .networkPage .accountName{
        padding-left: 1rem !important;
    }
    
}
.networkPage .sectionTitle{
    min-height: calc(1.5em + .75rem);
    display: flex;
    align-items: center;
}
@media only screen and (min-width:876px) and (max-width:1240px) {
    #datatable_filter label{
        padding-right: 0px !important;
    }
    #datatable_filter label div {
        padding-left: 5px !important;
        padding-right: 3px !important;
    }
    
    
    .alert-area {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 99;
    top:20px;
   right: 20px;
    width: 40%;
  
  
  color: white;
  margin-bottom: 15px;
}
    .status-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
  
  
  color: white;
  margin-bottom: 15px;
}
}
@media only screen and (min-width:1241px){
    .alert-area {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 99;
    top:20px;
   right: 20px;
    width: 35%;
  
  
  color: white;
  margin-bottom: 15px;
}
    .status-bar {

    display: flex;
    flex-direction: column;

    width: 100%;
  
  
  color: white;
  margin-bottom: 15px;
}
}
@media only screen and (max-width:875px) {
    .specialBoxDirection{
        flex-direction: column;
    }
    .alert-area {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 99;
    top:0px;
   right: 0px;
    width: 100%;
  color: white;
  margin-bottom: 15px;
}
    .status-bar {
    
    display: flex;
    flex-direction: column;
   
    width: 100%;
  color: white;
  margin-bottom: 15px;
}
}


/* The close button */
.alert-area .closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.status-bar .closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.alert-area .closebtn:hover {
  color: black;
}
.status-bar .closebtn:hover {
  color: black;
}


    select.form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + .75rem) !important;*/
    padding: .375rem .75rem;
    /*font-size: .9375rem;*/
        font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
      
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 !important;
    -webkit-appearance: none;
    
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.closeThis{
    position: absolute;
}
.tableContaining{
    height: 100%;
    overflow: hidden;
    padding-bottom:10px;
}
body{
    position: relative;
    /*height: 100%;
    overflow: hidden;*/
    padding-bottom:10px;
}

.fitDeviceHeight{
    overflow-y: auto;
}
.otherTableTitles{
    border:1px solid #C5C5C5;
    border-radius: 50px;
    padding:2px;
    /*flex: 1;*/
    justify-content: space-between;
}
.otherTableTitles h3.activeTable{
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 50px;
}
.otherTableTitles h3{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 5px;
}
.customTable th{
    font-weight: 400 !important;
    color: #000 !important;
}
.customTable td, .customTable th{
    border: 0 !important;
} 

.customTableArea{
    overflow-x: auto;
}
.customTable tbody tr td:first-child{
    background-color: #F4F6F9 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.customTable tbody tr td:nth-child(6){
    background-color: #F4F6F9 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.customTable tbody tr td{
    background-color: #F4F6F9;
    padding-bottom: 10px !important;
}
.selectionInTableRow{

    background-color: #F4F6F9;
}
.customTable tbody tr {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-color: #fff;
}
.pl-1-important{
    padding-left: 1rem !important;
}
.pl-4-important{
    padding-left: 4rem !important;
}
@media only screen and (max-width:1450px) {
    .special-selectbox{
    position: absolute;
    top: 0;
    left: 104.5%;
}
}
@media only screen and (min-width:1451px) and (max-width:1715px) {
    .special-selectbox{
    position: absolute;
    top: 0;
    left: 108%;
}
}
@media only screen and (min-width:1716px) and (max-width:1793px) {
    .special-selectbox{
    position: absolute;
    top: 0;
    left: 109%;
}
}
@media only screen and (min-width:1794px){
    .special-selectbox{
    position: absolute;
    top: 0;
    left: 119%;
}

}

@-moz-document url-prefix() {
  @media only screen and (min-width:1794px){
    .special-selectbox{
    position: absolute;
    top: 0;
    left: 117%;
}

}
    @media only screen and (min-width:1716px) and (max-width:1793px) {
    .special-selectbox{
    position: absolute;
    top: 0;
    left: 107%;
}
}
}

.btw-0{
    border-top-width: 0px !important;
}
.bbw-0{
    border-bottom-width: 0px !important;
}
.btlr-0{
    border-top-left-radius: 0 !important;
}
.bblr-0{
    border-bottom-left-radius: 0 !important;
}
.customTable tbody tr td:first-child{
   width: 213px;
}
.customTable tbody tr td:last-child{
    background-color: #fff !important;
}
@media only screen and (min-width:1500px){
    .customTable tbody tr td:nth-last-child(3){
    min-width: 917px;
}
} 
@media only screen and (max-width:1499px){
    .customTable tbody tr td:nth-last-child(3){
    min-width: 700px;
}
} 
.specialTitle{
    min-height: calc(1.5em + .75rem);
}
.color-special-switch input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.color-special-switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.color-special-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7C94B1;
    -webkit-transition: .4s;
    transition: .4s;
}
.color-special-switch input:checked + .slider {
    background-color: #44CA75;
}
.py-10px{
    padding-top: .375rem !important; 
    padding-bottom: .375rem !important; 
}
@media only screen and (min-width:877px) {
    .otherTableTitles{
    /*min-width: 402px;*/
}
    .text-md-nowrap{
        white-space: nowrap !important;
    }
    .leftMenu {
        display: flex;
    }

    .fitDeviceHeight{
        display: flex;
    }
    .topInfoNav{
        display: flex;
        flex-direction: row;
    }
}
@media only screen and (max-width:876px) {
    .form-control {
    height: calc(1.5em + .75rem) !important;
}

    .header-bar{
        padding-top: 40px;
    }
    /*.tableContaining header{
        padding-top: 10px !important;
    }*/
    .fitDeviceHeight{
        border-top: 1px solid #ccc;
        display: block !important;
}
        
    }

table thead th{
    font-size: 12px;
    padding-left: 12px !important;
}
@media only screen and (min-width:1000px){
    .otherTableTitles{
    display: flex;
        flex-direction: row;
}
    .leftMenu .w-70{
    width:74% !important;
}
}
@media only screen and (max-width:1000px){
    .filter .right .account {
        width: unset !important;
    }
    .filter{
        padding: 5px 10px !important;
        display: flex;
        flex-direction: row !important;
    }
    .hideOnMobil , .filter .subScribe{
        display: none !important;
    }
    .leftMenu .w-70{
    width:65% !important;
}
}

.flew-wrap{
    flex-wrap: wrap !important;
}
.color-spc1{
    color: #3D9CD1 !important;
}
label.container{
     padding-top: 3px !important;
    width: unset !important;
}
/*ACCOUNT PAGES*/
.mainArea .row:first-child {
    /*margin-bottom: 5px !important;*/
}
.accountsTableArea .row .col-xl-4 h3 {
    margin-bottom: 0 !important;
}
@media only screen and (min-width:877px) {
    .filter + .row h3{
        margin-bottom: 0px !important;
    }
    .filter + .row {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .btn-post{
        margin-bottom: 10px;
    }
    .mainContentArea .form-line.col-xl-5 span{
        white-space: nowrap !important;
    }
}
.fitDeviceHeight .row:first-child h3{
    margin-bottom: 0 !important;
}
@media only screen and (min-width:993px) and (max-width:1400px) {
    .selectionArea.col-lg-9{
        width:65% !important;
    }
}
.detailTableType-1{margin-right: 40px; display: flex; flex-direction: row;}
.detailTableType-1 .account-title-subcontent, .detailTableType-1 .account-detail-subtitle  {
    white-space: nowrap !important;
}
.detailTableType-1 .account-title-subcontent{
    padding-left:10px;
}
.account-detail-container-area{
    overflow: auto;
    position: relative;
    min-height: 300px;
}
.bolgeler-container{
    position: absolute;
    display: flex;
    flex-direction: row;
}
.details-table{
    width: unset !important;
    display: block;
}
.details-table tr{
    width: 100%;
}
.details-table th{
    color: #B5B5B5;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px !important;
}
.details-table td{
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px !important;
}
.details-table tr td:last-child{
    text-align: left !important;
    justify-content: flex-start !important;
}
@media only screen and (min-width:1451px) {
    .selectionArea.specialSelectionArea{
        width: 50%;
    }
}
@media only screen and (min-width:1320px) and (max-width:1450px) {
.selectionArea.specialSelectionArea{
        width: 56%;
    }
}
@media only screen and (min-width:1244px) and (max-width:1319px) {
.selectionArea.specialSelectionArea{
        width: 60%;
    }
}
@media only screen and (min-width:1151px) and (max-width:1243px) {
.selectionArea.specialSelectionArea{
        width: 64%;
    }
}
@media only screen and (min-width:1055px) and (max-width:1150px) {
.selectionArea.specialSelectionArea{
        width: 70%;
    }
}
@media only screen and (min-width:1000px) and (max-width:1054px) {
.selectionArea.specialSelectionArea{
        width: 75%;
    }
}
@media only screen and (max-width:999px) {
    .otherTableTitles{
    display: block!important;
}
    .otherTableTitles h3{
    float: left;
}
.selectionArea.specialSelectionArea{
        width: 100%;
    }
}


.network-aws-environment .mainContentArea .col-lg-11 .form-line2:last-child{
    width: unset !important;
    flex: 1 !important;
}
.form-line4{
    width: unset !important;
    flex: 1 !important;
}
.tr-10{
    top:10px !important;
    right: 10px !important;
}
@media only screen and (min-width:1750px){
    .form-line2{
        width: 500px;
    }
}
@media only screen and (max-width:1749px){
    .form-line2{
        width: 450px;
    }
}
@media only screen and (max-width:1600px){
    .form-line2{
        
        width: 380px;
    }
}
@media only screen and (max-width:1400px){
    
}
@media only screen and (min-width:1350px) and (max-width:1400px){
    .accountsTableArea .equalFormPart.one {
        max-width: 330px;
    }
}
@media only screen and (min-width:1111px) and (max-width:1349px){
    .accountsTableArea .equalFormPart.one {
        max-width: 250px;
    }
}
.preLaunchArea .bg-special-lightblue span{
    font-size: 12px !important;
}
.ov-x-scroll{
    overflow-x: scroll !important;
}
#datatable_wrapper{

    display: flex;
    flex-direction: column;
    }
#datatable{
    padding-top: 15px;
    height: auto !important;
}
@media only screen and (max-width:876px){

    .dataTables_paginate {
        padding:3px 0px !important;
    }
    .dataTables_info {
        padding:3px 0px !important;
    }
    .bolgeler-container{
    padding: 10px !important;
}
    .bolgeler-container .d-inline-flex p{
        /*flex: 1;*/
        min-width: 100px;
    }
    .rightOfLineType1{
        justify-content: flex-start;
    }
    .form-line3 span {
        white-space: pre-wrap !important;
        flex: 1;
    }
    
    .form-line3 input {
        flex: 2;
    }
    .form-line3 select {
        flex: 2;
    }
    .form-line3{
        margin-right: 0 !important;
        width: 100%;
    }
    .form-line2{
        width: 100%;
    }
}
.bg-transparent{
    background-color: transparent !important;
}
.bg-gray{
    background-color: #f7f7f7 !important;
}
.bg-special-lightblue{
    background-color: rgba(233, 238, 244,0.3) !important;
}
.mainContentArea input{
    display: flex;
    align-items: center;
    position: relative;
}
.p-relative{
    position: relative !important;
}
.closableInput{
    position: absolute;
    content: "";
    right: 5px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    z-index: 5;
}
.closableInput:hover{
    cursor: pointer;
}
.showableInput{
    position: absolute;
    content: "";
    right: 5px;
    background-image: url(../images/eye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    z-index: 5;
}
.checkmarkInput{
    position: absolute;
    content: "";
    right: 5px;
    background-image: url(../images/checkmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    z-index: 5;
}
.cancelInput{
    position: absolute;
    content: "";
    right: 5px;
    background-image: url(../images/cancel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    z-index: 5;
}
.blueBorderButton{
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #3D9CD1 !important;
    color: #3D9CD1 !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
}
.greenButton{
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #fff !important;
    background-color: #3bc980 !important;
    border: 0;
    border-radius: 50px !important;
    padding: 10px 30px !important;
}
.greyBorderButton{
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #B5B5B5 !important;
    border: 1px solid #B5B5B5 !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
}
.naInput{
    position: absolute;
    content: "";
    right: 5px;
    background-image: url(../images/na.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    z-index: 5;
}
@keyframes rotateForever {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.signsInput{
    position: absolute;
    content: "";
    right: 5px;
    background-image: url(../images/roundarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    z-index: 5;
    transform: rotate(0deg);
    animation-name: rotateForever;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.font-11{
    font-size: 11px !important;
}
.font-12{
    font-size: 12px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-15{
    font-size: 15px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-17{
    font-size: 17px !important;
}
.font-18{
    font-size: 18px !important;
}
.text-color-white{
    color: #fff !important;
}
.text-color-black{
    color: #000 !important;
}
.text-color-gray{
    color: #B5B5B5 !important;
}
.text-color-blue{
    color: #3D9CD1 !important;
}
.font-15{
    font-size: 15px !important;
}
.customized-link{
    color: #000 !important;
    text-decoration: none !important;
}
.customized-link:hover{
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer;
}
.bg-white{
    background-color: #fff !important;
}
.bg-special2{
    background-color: #F4F6F9 !important;
}
.color-spc {
    color: rgba(0,0,0,0.3);
}
.color-spc3 {
    color: #B5B5B5;
}
.h-34{
    height: 34px;
}
.mh-400{
    min-height: 400px;
}

.mh-300{
    min-height: 400px;
}
.h-20{
    height: 20px !important;
}
.h-34{
    height: 34px !important;
}
.mw-70{
    min-width: 70px !important;
}
.mw-200{
    min-width: 200px;
}
.w-175{
    width: 175px !important;
}

.mw-150{
    min-width: 150px;
}
.mw-120{
    min-width: 120px !important;
}
.w-250{
    width: 250px !important;
}
.w-150{
    width: 150px !important;
}
.w-170{
    width: 170px !important;
}
.w-185{
    width: 185px !important;
}
.w-120{
    width: 120px !important;
}
.w-200{
    width: 200px !important;
}
.w-300{
 width: 300px;   
}
.long-titled-area{
        flex-direction: column;
    }
@media only screen and (min-width:500px) {
    .long-titled-area{
        flex-direction: row !important;
    }
}
@media only screen and (min-width:1450px) {
    .w-md-400{
    width: 400px !important;
}
    .w-md-300{
    width: 300px !important;
}
    
}
@media only screen and (min-width:1451px) and (max-width:1595px) {
    .w-xl-250{
        width:250px !important;
    }
}

    @media only screen and (min-width:1475px) {
    .w-xl-200{
    width: 200px !important;
}
}
.no-border{
    border: 0 !important;
}
.w-md-155{
        width:159px;
    }
.w-md-144{
        width: 148px !important;
    }

@media only screen and (min-width:876px) and (max-width:991px) {
    .col-special-lg-6{
        width: 50% !important;
    }
}
@media only screen and (max-width:875px) {
    .col-special-lg-6{
        width: 100% !important;
    }
}
@media only screen and (min-width:876px) {
    .specialBoxDirection{
        flex-direction: row;
    }
    
    .w-md-360{
    width: 360px !important;
}
    .w-md-150{
        width:150px;
    }
    
    .flex-md-1{
    flex:1 !important;
}

    .w-md-175{
        width: 175px !important;
        min-width: unset !important;
    }
        
    
    .lh-md-1{
   line-height: 1 !important; 
}
    .mw-md-180{
    min-width: 180px !important;
}
    .mw-md-200{
    min-width: 200px !important;
}
    .mw-md-170{
    min-width: 170px !important;
}
    .mw-md-150{
    min-width: 150px !important;
}
    .mw-md-160{
    min-width: 160px !important;
}
    .mw-md-75{
    min-width: 75px !important;
}
    .w-md-350{
    width: 350px !important;
}
    .w-md-100{
        min-width: unset !important;
    width:100px !important;
}
    
    .mw-md-185{
    min-width: 185px;
}
    .mw-md-200{
    min-width: 200px;
}
    .w-md-250{
    width: 250px !important;
}
    
    .maxw-md-50{
        max-width: 50% !important;
    }
    .maxw-md-250{
        max-width: 250px !important;
    }
    .maxw-md-350{
        max-width: 350px !important;
    }
}
.flex-1{
    flex:1 !important;
}
.flex-2{
    flex:2 !important;
}
.flex-3{
    flex:3 !important;
}
.bg-special{
    background: rgba(233, 238, 244,0.3);
}
.border-10{
    border-radius: 10px;
}
.accountsTable tbody tr td:nth-child(1) label{
    pointer-events: none;
}

@media only screen and (min-width:1000px) {
    .topOfFormRow .uploadIcon{
        justify-content: center;
    }
    .topOfFormRow .col-lg-2:nth-child(3){
    padding-left: 20px !important;
}
}
@media only screen and (max-width:999px) {
    .topOfFormRow .uploadIcon{
        justify-content: flex-end;
    }
}

.filter .right .account{
    width:250px;
    margin-left: 20px;
}
.filter .right .subscribe{
    font-size: 12px !important;
    color:#63B6D4;
}
.filter .left .title{
    font-size: 12px !important;
    color: #63B6D4;
    font-weight: bold;
}

.topIconArea .div .img a {
    display: flex; flex-direction: row;
}
.topIconArea .div .img a span{
    display: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.topIconArea .div .img:hover> a span{
    color: #3F99D7;
}
@media only screen and (min-width:1200px) {
    
    .filter .right{
        display: flex;
        flex-direction: row;
    }
}

@media only screen and (max-width:1199px) {
    .rightOfLineType1{
        justify-content: flex-start !important;
    }
    .filter .right{
        display: flex;
    }
    .filter .right .account{
        align-self: flex-start;
        
    }
}
.rightOfLineType1{
       white-space: pre-wrap !important;
    }
@media only screen and (min-width:1550px) {
    .mh-lg-300{
    min-height: 300px;
     }
    .rightOfLineType1{
        justify-content: center;
    }
}
@media only screen and (max-width:1549px) {
    .mh-md-250{
    min-height: 250px;
     }
    .rightOfLineType1{
        justify-content: flex-end;
    }
}
@media only screen and (max-width:1695px) {
    .wrapped-margin{
        margin: 5px 0 ;
    }
}

/*@media only screen and (min-width:1200px) {
    .formRowDifferent .one{
        width:25% !important;
    }
    .formRowDifferent .two{
        width:30% !important;
    }
    .formRowDifferent .three{
        width:45% !important;
    }
        .formRowDifferent .form-line div{
        padding-right: 50px;
            padding-left:30px; 
    }
}
@media only screen and (min-width:877px) and (max-width:1257px) {

    .formRowDifferent .one{
        width:unset% !important;
    }
    .formRowDifferent .two{
        width:unset% !important;
    }
    .formRowDifferent .three{
        width:unset% !important;
    }
        .formRowDifferent .form-line div{
        padding-right: 50px;
            padding-left:30px; 
    }
    .formRow{
        justify-content: space-between !important;
    }

}
@media only screen and (min-width:876px) and (max-width:1440px) {

    .formRowDifferent .three{
        justify-content: flex-end !important;
    }

}*/
.disabledBlueInput::placeholder {
  color: #3D9CD1;
    border: 0;
}
.disabledBlueInput{
  color: #3D9CD1;
    border: 0;
}
.selectionArea{
    border: 1px solid #ebebeb;
    border-radius: 20px;
}
.selectionArea.noBorder{
    border: 0 !important;
}
.selectionArea div label{
    padding-top: 3px !important;
    font-size: 12px;
    padding-left: 35px;
    display: flex;
    align-items: center;
}
.selectionArea div {
    color:#000;
    text-decoration: none;
}
.selectionArea a:hover {
    color:#000;
    text-decoration: none;
    cursor: pointer;
}
.coreTableArea .filter {
    background-color: #dff1f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px 0 0 50px;
    padding: 20px 30px;
    margin-top: 30px;
    
   
}
.haveFilter .filter {
    background-color: #dff1f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px 0 0 50px;
    padding: 20px 30px;
    margin-top: 0px;

   
}
.switch {
    margin-right: 6px;
  position: relative;
  display: inline-block;
  width: 30px;
    min-width:30px;
  height: 20px;
}
@media only screen and (max-width:1400px) {
    .switch {
    margin-right: 15px !important;

}
}
.switchLabel {
    font-size: 12px;
 
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.green-style{
    color: #1D9B4B !important;
}
.green-style2{
    color: #3BC980 !important;
}
.form-line .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-line .slider:before {
  position: absolute;
  content: "";
  height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-line input:checked + .slider {
  background-color: #44CA75;
}
.form-line.blueSwitch input:checked + .slider {
  background-color: #3D9CD1 !important;
}

.form-line input:focus + .slider {
  box-shadow: 0 0 1px #44CA75;
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.form-line input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-light {
    font-weight: 400!important;
}

.topOfFormRow h2{
    font-size: 15px;
}
/*.topOfFormRow h2{
    font-weight: 400 !important;
}*/
h3 a{
    text-decoration: none;
    
}
h3 a:hover{
    text-decoration: none;
    
}
.btn-post {
    font-weight: 700;
    font-size: 15px;
    color: #3bc980;
    border: 1px solid #3bc980;
    padding: 10px 30px;
    margin-top: 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.btn-post:hover{
    color: #3bc980;
    text-decoration: none;
}
.btn-post.color-background {
    
    color: #fff;
    background: linear-gradient(-90deg,#4097d9 0,#30c4a0 63.96%,#00b94f 100%);
}
.btn-post.color {
    color: #4097d9;
    border-color: #4097d9;
}
.mainContentArea{
    border: 1px solid #ebebeb;
    border-radius: 20px;
    margin-top: 10px;
}
.littleContentArea{
    border: 1px solid #ebebeb;
    border-radius: 20px;
    display: flex;
    height: 165px;
}
.littleContentArea:hover{
    text-decoration: none;
}
.littleContentArea img{
    max-width: 100%;
    object-fit: contain;
}
.topOfMainContentArea{
    border: 1px solid #ebebeb;
    border-radius: 20px;
    margin-top: 10px;
}
.number {
    min-width: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: linear-gradient(#4097d9 0,#30c4a0 63.96%,#00b94f 100%);
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 100%;
}
.focus{
    text-decoration: none !important;
}
.formRow {
    background-color: #f4f6f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #000;
    padding: .375rem .75rem;
    position: relative;
}
.formRow.formRowDifferent {
    justify-content: unset !important;
}
            
.btn-group-radio .btn-link {
    padding: 0;
    border: 0;
    font-size: 13px;
    color: #000;
    padding: 3px;
    min-width: 135px;
    border-radius: 10px!important;
    transition: all .25s ease-in-out;
}
.coreTableArea .btn-group-radio .btn-link {
    min-width: unset !important;
}
.clientTable .btn-group-radio .btn-link{
     border-radius: 100px !important;
    font-size: 12px !important;
}
.update-client .btn-group-radio .btn-link{
     border-radius: 100px !important;
    font-size: 12px !important;
}
.add-new-client .btn-group-radio .btn-link{
     border-radius: 100px !important;
    font-size: 12px !important;
}
.add-new-client .auth-form-content{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.update-project .auth-form-content{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.update-client .auth-form-content{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
  .btn-group-radio .btn-link.active {
    background-color: #3bc980;
    /*font-weight: 700;*/
    color: #fff;
}
.mainArea h3{
    font-size: 20px;
    font-weight: bolder;
}
.preLaunchChecks .mainContentArea h3{
    font-size: 15px !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9375rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.active{
    text-decoration: none;
}
.focus{
    text-decoration: none;
}
.btn-link{
    text-decoration: none;
    
}
.btn-link:hover{
    text-decoration: none;
}
.btn:hover{
    text-decoration: none;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.add-new-account-link p{
    font-weight: 700;
    color: #62b7d3;
    font-size: 12px;
}
.add-new-account-link:hover{
    text-decoration: none;
}
/*.clientTable .btn-group-radio {
    border:0px !important;
}*/
.update-client .btn-group-radio {
    border:0px !important;
}
.add-new-client .btn-group-radio {
    border:0px !important;
}
.btn-group-radio {
    height: 30px;
    border: 1px solid #ebebeb;
    padding: 3px;
    border-radius: 12.5px;
}


@media only screen and (max-width:1110px){
    .specialAlignment .formRow{
        flex-wrap: wrap;
    }
    .specialAlignment .formRow .one{
        padding-top: 5px !important;
        width:100% !important;
    }
    .specialAlignment .formRow .two{
        padding-top: 5px !important;
        width:100% !important;
    }
    .specialAlignment .formRow .three{
        padding-top: 5px !important;
        width:100% !important;
    }
    .specialAlignment .formRow .two input {
    flex: 1;
}
    .specialAlignment .formRow .two div {
    flex: 1;
        
}
    .specialAlignment .formRow .three input {
    flex: 1;
}
    .specialAlignment .formRow .three div {
    flex: 1;
}
}
@media only screen and (min-width:1033px) {
    .environmentStrategy .form-line.three{
        min-width: 450px;
    }
    
}
@media only screen and (max-width:1032px) {
    .environmentStrategy .form-line.three{
        min-width: 250px;
    }
    
}
.disabledBlueInput{
        background-color: transparent !important;
    }
.b-section{
        margin: 2px 0px;
        display: flex;
        flex-direction: column ;
    }

@media only screen and (min-width:1001px)  {
    .equalFormPart{
        flex: 1 ;
    }
    
}
@media only screen and (max-width:1000px) {
    .equalFormPart{
        flex: unset !important;
    }
    
}
@media only screen and (min-width:877px){
    .b-section{
        display: flex;
        flex-direction: row !important;
    }
    .a-section{
        flex: 1;
    }
    

    .equalFormPart input{
        min-width: unset !important;
        width: 200px !important;
    }
    .equalFormPart div{
        padding-right: 2rem;
    }
    .form-line input{
        min-width: 185px;
    }
    .disabledBlueInput{
        min-width: unset!important;
    }

    .closeFormRowMobil {
        padding: 0 !important;
        display: none;
        position: absolute;
    }
    .networkPage .closeFormRowMobil {
        padding: 0 !important;
        display: none;
        
    }
   .btn-group-radio.mw-100 .btn-link {
           display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
       height: 100%;
}
    .coreTableArea .btn-group-radio.mw-100 .btn-link {
    min-width: unset !important;
       height: 100%;
}

    /*.clientTable .btn-group-radio.mw-100  {
   border: 0;
        padding: 0 !important;
}*/
.clientTable .btn-group-radio.mw-100 .btn-link {
    color: #B5B5B5;
    min-width: 45px;
       height: 20px;
    display: flex;
    align-items: center;
   justify-content: center;
}
    .add-new-client .btn-group-radio.mw-100 .btn-link {
    color: #B5B5B5;
    min-width: 45px;
       height: 20px;
    display: flex;
    align-items: center;
   justify-content: center;
}
    .update-client .btn-group-radio.mw-100 .btn-link {
    color: #B5B5B5;
    min-width: 45px;
       height: 20px;
    display: flex;
    align-items: center;
   justify-content: center;
}
    .update-client .btn-group-radio.mw-100 .btn-link {
    color: #B5B5B5;
    min-width: 45px;
       height: 20px;
    display: flex;
    align-items: center;
   justify-content: center;
}
    .add-new-client .btn-group-radio.mw-100 .btn-link {
    color: #B5B5B5;
    min-width: 45px;
       height: 20px;
    display: flex;
    align-items: center;
   justify-content: center;
}
    .btn-link.active{
        color: #fff !important;
        
    }
    .btn-linkYes.active{
        color: #fff !important;
        
    }
    .btn-linkNo.active{
        background-color: #3D9CD1 !important;
        color: #fff !important;
    }
}

.btn-linkNo.active{
        background-color: #3D9CD1 !important;
    }
.filter{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
@media only screen and (min-width: 1200px){
    .filter{
        margin-right: -3rem !important;
    }
}
@media only screen and (min-width: 992px){
    .filter{
        margin-right: -1.5rem;
    }
}
@media only screen and (max-width: 991px){
    .filter{
        margin-right: 0 !important;
    }
}
@media only screen and (max-width:1000px){
    .filter {
    margin-left:0px !important;
   margin-bottom: 20px;
        flex-direction: column;

}
    .haveFilter .filter {
    margin-left:0px !important;
   margin-bottom: 20px;
}
   .btn-group-radio.mw-100 .btn-link {
    min-width: 45px !important;
}
    .clientTable .btn-group-radio.mw-100 .btn-link {
    width:44px !important;
        min-width: unset !important;
}
    .add-new-client .btn-group-radio.mw-100 .btn-link {
    width:44px !important;
        min-width: unset !important;
}
    .update-client .btn-group-radio.mw-100 .btn-link {
    width:44px !important;
        min-width: unset !important;
}
}
    @media only screen and (max-width:876px){
        .maxw-xs-100{
            max-width: 100%;
        }
        .w-xs-100{
            width: 100%;
        }
        .a-section{
            flex: unset !important;
            width: 100%;
        }
        .filter .right .subscribe{
            width: 100% !important;
        }
        .aplicationTableArea .text-nowrap{
            white-space: unset !important;
        }
        .aplicationTableArea .formRow.flex-wrap{
            padding-right: 2px !important;
            padding-left: 2px !important;
        }
        .haveFilter .filter {
    margin-top: 0px !important;
            margin-bottom: 0!important;
}
        .auth-main{
            margin-top:0px !important;
        }
        .form-line.col-6{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
        .btn-post {
     margin-top:2px !important;
     margin-bottom:2px !important;
    font-size: 12px !important;

    padding: 5px 5px;

}
        .coreTableArea .topInfoNav{
        margin-bottom: 0px !important;
    }
        
        .add-button{
            display: flex;
            width: 100%;
            justify-content: flex-end;
            margin: 10px 0;
        }
        .form-line{
            padding-top: 5px !important; 
        }
        .rightNavArea{
            margin-top: 10px;
            margin-bottom: 10px;
            flex-direction: column !important;
        }
        .rightNavArea .yes-no-area{
            margin-top:20px;
            width: 100%;
            align-self: flex-start;
        }
        .number {
            align-self: flex-start;
        }
            .form-line{
        width: 100%;
    }
    .formRow {

        position: relative;
        flex-direction: column !important;
    }
        .topOfFormRow{
            padding-left: 0px !important;
            padding-right: 0px !important;
             position: relative !important;
        }
        .topOfFormRow .form-control{
             
        }
      .closeFormRow {
        display: none;
    }
        .closeFormRowMobil {
            width: unset !important;
        position: absolute;
            top: 0px;
                padding: 0 !important;
    right: 0;
           
    }
      .form-line div, .form-line input{
            flex: 1;
        }

}

.imageManagement .specialHalfColumn .form-line{
    min-height: calc(1.5em + .75rem);
}
.budgetEnforcement .formRow .form-line{
    min-height: calc(1.5em + .75rem);
}
.imageManagement .specialHalfColumn .formRow{
    min-height: 43.5px !important;
}
        @media only screen and (max-width:1400px) {
            .col-xl-6.specialHalfColumn{
                width: 100% !important;
            }
        .coreTableArea .formRow.formRowDifferent .form-inline div{
            margin:0px !important;
            padding: 0px !important;
        }
}

/*-------------*/

/*FOR FITTING TO SCREEN*/

@media only screen and (max-width:876px){
    .fitToScreenRight{
    width:100%;

}
}
    @media only screen and (min-width:877px){
        
    .fitToScreenRight{
        padding-right: 15px !important;
        padding-left: 0 !important;
    width:calc(100% - 87px) !important;
    margin-left: auto !important;
}
        fitToScreen{
        padding-right: 15px !important;
        padding-left: 15px !important;
    width:100%!important;
    margin-left: auto !important;
}
}



/*@media only screen and (min-width:876px) and (max-width:1040px){
    .fitToScreenLeft{
        width: 11% !important;
    }
    .fitToScreenRight{
        padding-right: 0;
        width: 89% !important;
    }
}
@media only screen and (min-width:1465px) and (max-width:1600px){
    .fitToScreenLeft{
        width: 7% !important;
    }
    .fitToScreenRight{
        padding-right: 0;
        width: 93% !important;
    }
}

@media only screen and (min-width:1600px) and (max-width:1750px){
        .fitToScreenLeft{
        width: 6% !important;
    }
    .fitToScreenRight{
        width: 94% !important;
    }
}
@media only screen and (min-width:1751px){
        .fitToScreenLeft{
        width: 5.5% !important;
    }
    .fitToScreenRight{
        width: 94.5% !important;
    }
}*/

/*----------------------*/   
.launch-save-icons{
    padding: 0;
    background-color: transparent !important;
    outline: 0;
    border: 0;
    width:25px !important;
    height: 25px !important;
}
.launch-save-icons-area{
    
    display: flex;
    flex-direction: row;
    align-items: center;
}
.view-logs-icon{
    font-size: 15px !important;
    display: flex;
    flex-direction: row;
    margin: 0 7px;
    text-decoration: none;
    color: #3D9CD1 !important;
    
}
.view-logs-icon:hover {
    text-decoration: none;
    color: #3D9CD1 !important;
}
.view-logs-icon span{
    color: #3D9CD1 !important;
    font-weight: bold;
}
.view-logs-icon-area{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.view-logs-icon img{
    width:25px !important;
    height: 25px !important;
    margin-right: 5px;
}
.launch-save-icons:first-child {
    margin-right: 10px !important;
}
.launch-save-icons img{
    width:100%;
    height: 100%;
}

@media only screen and (max-width:767px) {
    
    .halfbox{
    width: calc(100% - 50px)!important;
    margin: 0 25px;
    margin-top: 5px;
}
}
.spec-padding{
    padding: .375rem .75rem !important;
}
.plusIcon,.negativeIcon{
    width: 20px !important;
    height: 20px !important;
}
.plusIcon img,negativeIcon img{
    width: 100%;
}
.saveBtn {
    background-color: #fff !important;
    border: 1px solid #3D9CD1 !important;
    color: #3D9CD1 !important;
    margin-right: 10px !important;
}

.list-of-table-columns {
    display: flex !important;
}
.list-of-table-columns .checkmark {
    top:unset !important;
}
.list-of-table-columns li div label {
    font-size: 12px !important;
    padding:0px 30px !important;
}
.default-list-type{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.default-list-type li{
    display: flex;
    padding: 0.5rem 3rem;
    justify-content: center;
    align-items: center;
}
.default-list-type div{
    width: 100%;
    display: flex;
    align-items: center;
    color: #44ca75;
    text-decoration: none;
}
.default-list-type div label{
    display: flex;
    align-items: center;
}
.default-list-type a:hover{
    cursor: pointer;
    color: #44ca75;
    color: #44ca75;
    text-decoration: none;
}
.inlineRow{
    position: relative;
}
@media only screen and (min-width:1310px){
    .account-detail-subtitle{
    min-width: 140px;
}
}
    @media only screen and (min-width:876px) and (max-width:1309px){
    .account-detail-subtitle{
    min-width: 140px;
}
}






.customtableArea{
    scrollbar-width:thin;
    scrollbar-color:rgba(73, 162, 211,0.5) #fff;
}

.customTableArea::-webkit-scrollbar {
    z-index: 55;
  height: 5px;
  width: 5px;
    
}
.customTableArea::-webkit-scrollbar {
    z-index: 54;
  height: 5px;
  width: 5px;
    
}

/* Track */
.customTableArea::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.customTableArea::-webkit-scrollbar-thumb {
 background: rgba(73, 162, 211,0.5); 
    border-radius: 20px;
}

/* Handle on hover */
.customTableArea::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  background: rgba(73, 162, 211,1); 
}
.taggingStrategyPage .customTable tr{
    border-bottom: 5px solid #fff;
}
.taggingStrategyPage select.form-control{
    padding: .375rem 0.6rem !important;
}
.w-auto{
    width:auto !important;
}

.account-detail-link li{
    
}
    .account-detail-link li:hover{
    cursor: pointer;
}
.exit{
    outline: 0 !important;
    border: 0;
    background-color: transparent;
}
.exitAccount{
    outline: 0 !important;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 3px;
    top: 3px;
}
.exitAccount:hover{
    cursor: pointer;
}
.account-detail-area{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.account-detail{
    
    
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;
    
    z-index: 99;
}
/* width */
.account-detail-container-area::-webkit-scrollbar {
    z-index: 55;
  height: 5px;
  width: 5px;
    
}
.account-detail-container-area::-webkit-scrollbar {
    z-index: 54;
  height: 5px;
  width: 5px;
    
}

/* Track */
.account-detail-container-area::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.account-detail-container-area::-webkit-scrollbar-thumb {
 background: rgba(73, 162, 211,0.5); 
    border-radius: 20px;
}

/* Handle on hover */
.account-detail-container-area::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  background: rgba(73, 162, 211,1); 
}

/* Track */

.account-detail-area{
    box-shadow: 0px 0px 34px 0px #bababa !important;
    position: relative;
background-color: #fff;
}
@-moz-document url-prefix() {
  .account-detail-container-area{
    scrollbar-width:thin;
      overflow: auto;
      scrollbar-color:rgba(73, 162, 211,0.5) #fff;
}
}

.account-detail-subtitle-1{
    white-space: nowrap;
   font-size: 12px;
    color: #B5B5B5;
}
.account-detail-subtitle{
   font-size: 12px;
    color: #B5B5B5;
}
.account-title-subcontent{
    font-size: 12px;
    font-weight: bold;
}
.account-detail-link{
    overflow: hidden;
    list-style: none;
    background-color: #EBEBEB;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.account-detail-link li{
    display: flex;
    justify-content: center;
    color:#7C94B1;
    font-size: 12px;
}
.account-detail-link li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.my_active{
    color: #fff !important;
    background-color: #7C94B1 !important;
}
.inaktif{
    display: none !important;
}
.auth-main{
    height: 100% !important;
}
.popupArea{
        width: 100%;
    position: fixed;
    top: 0;
    /* display: none; */
    z-index: 50;
    background: rgba(0,0,0,0.2);
    left: 0;
    height: 100%;
}
.titleLabel{
     border-bottom: 1px solid #cfcfcf !important;
    font-size: 12px;
}
.boldTitle{
    font-weight: bold;
}

/*-----------*/


/*Left Menu*/

.fitToScreenLeft{
    width: unset !important;
}
@media only screen and (max-width:1180px){
   
    .clientTable table tbody tr td:nth-child(2) a{
        padding: 2px 2px !important;
        text-align: center;

    }
}
.active-a-link a div {
    border: 0 !important;
}
.active-a-link{
    box-shadow: 0 6px 15px rgba(0,0,0,.16)!important; 
    border-radius: 50px;
    border-top-left-radius: 0px !important;
    background-color: #5CCABC;

}
.active-b-link{
opacity:1 !important;
}

.leftMenu .b-link ul li{
    opacity: 0.5;
}
.leftMenu .b-link ul li:hover{
    opacity: 1 !important;
}
@media only screen and (max-width:876px){
    .topInfoNav .navLinkToDrop a:first-child{
        padding-right: 0 !important;
    }
    .topInfoNav .navLinkToDrop button:first-child{
        outline: 0;
    background: transparent;
        padding-right: 0 !important;
    }
    .launch-save-icons-area{
    width: 100%;
        justify-content: flex-end;
        margin: 0 5px !important;
}
        table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
 right: 0px !important;

}
    .topOfLeftMenu{
        min-height: 45px !important;
  
    }
    .leftMenuShow, .leftMenuTopIcon{
    width:40px !important;
}
    .leftMenu .a-link a:first-child{
        min-height: 50px !important;
    }
    .leftMenu li a{
        
        outline: 0;
        font-size: 18px;
    }
    .leftMenu li a:hover
    {
        text-decoration: none;
        color: #fff;
    }
    .leftMenu a img{
    width: 75px ;
    padding: 0px !important;
}
    .topIconArea div{
        width: 80px;
    }
}

.topOfLeftMenu{
    position: relative;
    margin-bottom: 20px;
}
.topOfLeftMenu .menuLogo{
    opacity: 0;
    position: absolute;
    right: 10px;
    top: -10px;
    display: none;
}
.leftMenuArea{
    width: 100%;
    height: 100%;
    position: relative;
   
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.leftMenu{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: fixed;
    z-index: 16;
    scrollbar-width:none;
    
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(#4097d9 0,rgba(48, 196, 160,1) 63.96%,rgba(0, 185, 79,1) 100%);
    
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all 0.2s ease !important;
}
.leftMenu::-webkit-scrollbar {
  display: none;
     visibility: hidden;
}
.leftMenuArea::-webkit-scrollbar {
  display: none;
     visibility: hidden;
}
.fitToScreenLeft::-webkit-scrollbar {
  display: none;
     visibility: hidden;
}
@supports (-ms-ime-align: auto) {
.leftMenu::scrollbar {
  display: none;
     visibility: hidden;
}
.leftMenuArea::scrollbar {
  display: none;
     visibility: hidden;
}
.fitToScreenLeft::scrollbar {
  display: none;
     visibility: hidden;
}
}
@-moz-document url-prefix() { 
.leftMenu::scrollbar {
  display: none;
    visibility: hidden;
}
.leftMenuArea::scrollbar {
  display: none;
     visibility: hidden;
}
.fitToScreenLeft::scrollbar {
  display: none;
     visibility: hidden;
}
}
.topIconArea  .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .topIconArea .div{
     margin: 0px 5px;
     box-shadow: 0 6px 15px rgba(0,0,0,.16)!important;
     width:100%;
        border-radius: 50px;
     border-top-left-radius: 0px !important;
     background-color: #5CCABC;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-top: 64%;
     position: relative;
    }


.leftMenuTypeSelectors{
    padding-right: 5px;
    display: none;
}


@media only screen and (min-width:876px){

    .viewBtn{
        margin-left: 5px;
    }
    

        table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
 left: 0px !important;

}
    .userTitleTop{
        display: none;
    }
    .userTitleTopAF{
        display: none;
    }
    .leftNav{
        flex: 1;
        margin: 0;
        padding: 0;
    }
     .topIconArea div{
        width: 100px;
    }
    .leftMenu{
        display: flex;
        width:72px;
    }
    .leftMenu li a{
        outline: 0;
        font-size: 12px;
    }
    .leftMenuShow{
    position: relative;
}
}
.leftMenu a{
    color: #fff;
    white-space: nowrap;
}

.leftMenu a img{

    width: 20px;
    height: 20px;
    
}
.leftMenuShow, .leftMenuTopIcon{
    width: 90px;
}

.leftMenuShowAfter{
    
    display: none;
     background-color: #fff;
    content: "";
    position: absolute;
    top: -10px;
    left:40px ;
    width: 3px;
    height: 40px;
    transform-origin: center;
    transform: rotate(0);
    transition: all 0.2s ease;
}
.leftMenuShowBefore{
    display: none;
    background-color: #fff;
    content: "";
    position: absolute;
    top: -10px;
    left:40px ;
    width: 3px;
    height: 40px;
    transform: rotate(0);
    transform-origin: center;
     transition: all 0.2s ease;
}
.leftMenuShow:hover{
    cursor: pointer;
}
.leftMenuTypeSelectors{
    flex-direction: row;
 
}
.leftMenuTypeSelector img{
    width: 15px;
    height: 15px;
}
.leftMenu .a-link {

}
.leftMenu .a-link a:first-child p{
    width: 100%;
    justify-content: space-between;
}
/*----------*/
/*HEADER*/

.drop li a label{
    font-size: 12px;
    padding-left: 20px !important;
}

.header-bar{
    z-index: 15;
}
@media only screen and (max-width: 876px) {
    .btn-group-radio.special-alignment-for-selections{
        flex-direction: column;
    height: auto !important;
}
    .account-detail-link{
        overflow-x: auto;
        max-width: 100%;
        scrollbar-color:rgba(73, 162, 211,0.5) #fff;
        scrollbar-width:thin;
    }
.account-detail-link::-webkit-scrollbar {
    z-index: 54;
  height: 5px;
  
    
}

/* Track */
.account-detail-link::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.account-detail-link::-webkit-scrollbar-thumb {
 background: rgba(73, 162, 211,0.5); 
    border-radius: 20px;
}

/* Handle on hover */
.account-detail-link::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 162, 211,1); 
}
.account-detail-link li a{
    white-space: nowrap;
    min-height: 30px;
}

    .linkToDrop .drop li{
        margin-bottom: 5px;
    }
    .userInfoArea1{
        border-bottom: 1px solid #cfcfcf !important;
    }
    .userNavListMobil .linkToDrop .drop  li a label{
           padding-left: 35px !important;
    }
     .userNavListMobil .linkToDrop a:hover{
           text-decoration: none;
    }
     .userTitleTop{
        display: flex;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         justify-content: center;
         color: #3BC980;
         font-weight: bold;
         font-size: 20px;
    }
    .leftNav{
     
         margin-top: 10px;
        padding: 0;
    }
    .rightNav{
       
        width: 100%;
    }
    .rightNav li{
        display: flex;
        flex:1;
        justify-content: center;
        align-items: center;
    }
    .headerLogo{
        display: none;
    }

    .leftMenu{
        display: none;
    }
    .header-bar .drop{
    flex-direction:column;
    position: unset !important;
    background-color: #fff;
    top: unset !important;
    min-width: 100%;
    left: unset !important;
    list-style: none;
}
        .drop li{
            min-width: unset !important;
           display: flex !important;
            flex-direction: column !important;
            
}
.subDrop{
    
    position: unset !important;
    flex-direction: column;

    top: unset !important;
    background-color:#fff;
    list-style: none;
}
    .mobilShow{
        padding-right: 0.5rem;
    }
    .mobilShow img{
        height: 35px;
        width: 35px;
    }
 .headerUserNavMobil{
    
        display: flex !important;
     z-index: 500;
    }
    .headerUserNav{
        display: none;
    }
    .userNavListMobil{
        box-shadow: 16px 0px 46px 1px !important;
        width: 100%;
        display: none;
         background-color: #fff;
    }
    .headerNavListMobil .drop,.headerNavListMobil .subDrop{
        position: auto !important;
        width: 100% !important;
    }
}
.headerUserNavMobil.opened{
    height: 100% !important;
    width: 85% !important;
}
.headerUserNavMobil.opened .userNavListMobil{
    padding: 20px !important;
    display: block !important;
}
@media only screen and (min-width: 876px) {
    .h-md-34{
        height: 34px !important;
    }
    .specialTitle{
        height: 34px !important;
    }
    .headerUserNavMobil.opened{
        display: none !important;
    height: 100% !important;
    width: 85% !important;
}
    .superclients .linkToDrop:hover>.drop , .superusers .linkToDrop:hover>.drop , .superprojects .linkToDrop:hover>.drop , .users .linkToDrop:hover>.drop ,.projects .linkToDrop:hover>.drop{
    display: flex;
}
.linkToSubDrop:hover>a{
    color: #7C94B1 !important;
}
.linkToSubDrop:hover>.subDrop{
    display: flex;
}
    .userNavList li a:hover{
    color: #7c94b1;
    text-decoration: none;
    cursor: pointer;
}
.userNavList .linkToDrop:hover{
    box-shadow: 0px 3px 20px 0px #ababab !important;
    border-top-left-radius: 20px;
        border-top-right-radius: 20px;

    background-color: #fff;
}
 .userNavList li {
    
    padding: 10px 10px;
    /* margin: 0px 15px; */
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    display: flex;
}
    .userInfo {
    
    padding-left: 20px !important;
    padding-right: 2px !important;
}
    .userNavList li{
        min-width: 145px;
    }

    .drop{
        width: 100% !important;
        box-shadow: 0px 16px 27px -14px #5e5e5e !important;
        padding-bottom: 20px !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    
    }
    .subDrop{
        border-radius: 10px;
    }
    .drop li{
         min-width: unset !important;
        font-size: 12px;
        border-bottom:1px solid #ccc;
         margin: 0px 0px !important;
        padding: 10 0px !important;
    }
    .drop li:last-child{
        border-bottom: 0px !important;
    }
   
    .subDrop li{
        font-size: 12px;
    margin: 0px 0px !important;
        padding: 10px 5px !important;
}
}
.headerUserNavMobil{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
}
.headerUserNavMobil ul{
    list-style: none;
}

.linkToDrop{
    position: relative;
}
.linkToSubDrop {
    position: relative;
}
.drop{
    z-index: 122;
    padding: 10px 10px !important;
    display: none;
    flex-direction:column;
    position: absolute;
    background-color: #fff;
    top: 100%;
    min-width: 100%;
    left: 0;
    list-style: none;
}
@media only screen and (max-width:876px) {
    .drop{left:unset !important;
        right:0 !important;}
}
.subDrop{
    min-width: 100%;
    display: none;
    position: absolute;
    flex-direction: column;
    left: 100%;
    top: 0;
    background-color:#fff;
    list-style: none;
}
.subDrop li{
    
    min-width: 100%;
    border-bottom: 1px solid #ccc;
}
.drop li{
    

}
.userNavList{
    list-style: none;
    display: flex;
    flex-direction: row;
}
.drop li a{
    width: 100%;
    position: relative;
}

.userNavList li a{
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #7c94b1;
    position: relative;
}
.userNavListMobil li a{
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}

.userNavList li a .iconDrop{
    position: absolute;
    right: 0;
    top: 7px;
    color: #7c94b1;
}
.linkToDrop a p{
    
   
}
.mainUserName{
     color: #7C94B1 ;
}
.linkToDrop:hover>a p{
    
    color: #7C94B1 !important;
}
.linkToDrop:hover>a{
    
    text-decoration: none;
}

.userImage{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16)!important;
    overflow: hidden;
    border: 1px solid
}
/*.userImage .imgArea{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Avatar.svg);
    background-repeat: no-repeat;
    background-position: center;
}*/
.userInfo img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16)!important;
}
.iconDrop img{
    width: unset !important;
    height: unset !important;
}
/*.userInfo a p:first-child{
    margin-right: 10px !important;
}
.userInfo a p:nth-child(2){
    margin-left: 10px !important;
}*/
.userInfo .drop li:first-child a{
    /*color: #1B5B8C !important;*/
    margin-bottom: 5px;
}

.userInfo .drop li{
    padding: 0px 0px 5px 0px !important;
}
.userInfo .drop li:nth-child(2){
    padding-top: 5px !important;
}
.viewBtn{border: 1px solid #000; border-radius: 50px; color: #000; padding: 3px 8px; font-size: 12px; transition: all 0.2s ease;}
.viewBtn:hover{background-color: #ccc; color: #fff; text-decoration: none; cursor: pointer; border: 1px solid transparent !important;}
/*------------------------------*/
/*tableArea*/
.tableArea{
    position: relative;
}
@media only screen and (max-width:1180px){
    .topInfoNav .rightNav  {
    padding: 0px !important;
    
}
    
}

@media only screen and (min-width:1465px) and (max-width:1750px){

    .topInfoNav .leftNav li {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    /*min-width: 200px !important;
    min-height: 60px !important;*/
    /*margin-left: -3%;*/
    z-index: 9;
    }
  /*   .topInfoNav .leftNav li a  {
    font-size: 15px !important;
}
    .topInfoNav .leftNav li a p {
    font-size: 15px !important;
}
        .topInfoNav .rightNav li a  {
    font-size: 15px !important;
}*/
   /* .topInfoNav .rightNav li  {
    padding: 10px 50px !important;
}
    .topInfoNav .rightNav  {
    
}*/
    /*.topInfoNav .leftNav li a p {
    margin-left:10px !important;
}*/
    /*.topInfoNav .leftNav li a img {
    max-width: 20px;
        max-height: 20px;
}*/
    .tableArea{
   margin-top: 20px !important;
        
}
   /* .leftNav{
        width: 100%;
    }*/
}
  .leftNav li a p{
        display: flex;
        align-items: center;
    }

@media only screen and (max-width:876px){

    .topInfoNav .leftNav{
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .topInfoNav .leftNav .linkToDrop .drop {
    width: 100% !important;
    box-shadow: 0px 16px 20px 0px #ababab !important;
    padding-bottom: 20px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
    .leftMenu {
        display: none;
    }
    .leftNav{
        position: relative;
    }
    .copyProject{
        /*position: absolute;
        right: 3px;*/
    }
    .copyProject a img{
        max-width: 24px;
        margin-right: 5px;
    }
  
    .topInfoNav .leftNav li {
        padding: 0px !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 25px !important;
    min-height: 20px !important;
    margin-left: 5px !important;
    margin-right: 5px;
    z-index: 9;
        background-color: unset !important;
}
    .topInfoNav .leftNav li:first-child {
    display: none;
}


    .topInfoNav .leftNav li a p {
    font-size: 15px !important;
        font-weight: bold;
}
        .topInfoNav .rightNav li a  {
    font-size: 12px !important;
}
.topInfoNav .rightNav li span  {
    font-size: 12px !important;
}
    /*.topInfoNav .rightNav li  {
    padding: 5px 15px !important;
}*/
    .topInfoNav .rightNav  {
        border-radius: 20px 20px 20px 20px!important;
        padding: 0.75rem 0 !important;
    align-self: flex-end; 
}
    .topInfoNav .leftNav li a p {
    margin-left:1px !important;
}
    .topInfoNav .leftNav li a img {
    min-width:25px;
}
    .topInfoNav .leftNav li button img {
    min-width:25px;
}


    .topInfoNav{
        display: flex !important;
        flex-direction: column-reverse !important;
        margin-bottom: 0px !important;
    }
    .leftNav{
       
    width: 100%;
    }
}
@media only screen and (min-width:1364px) and (max-width:1464px) {
    .topInfoNav .leftNav li {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    /*min-width: 200px !important;
    min-height: 60px !important;*/
    /*margin-left: -3%;*/
    z-index: 9;
    }
  /*   .topInfoNav .leftNav li a  {
    font-size: 15px !important;
}
    .topInfoNav .leftNav li a p {
    font-size: 15px !important;
}
        .topInfoNav .rightNav li a  {
    font-size: 15px !important;
}
*/
    .topInfoNav .rightNav  {
    
}
    /*.topInfoNav .leftNav li a p {
    margin-left:10px !important;
}*/
    /*.topInfoNav .leftNav li a img {
    max-width: 20px;
        max-height: 20px;
}*/
    .tableArea{
   margin-top: 20px !important;
        
}
    /*.leftNav{
        width: 100%;
    }*/
    /*.rightNav li {
        padding: 8px 30px !important;
    }*/
}
@media only screen and (min-width:1500px) {

    /*.topInfoNav .leftNav li {
    padding-left: 3rem !important;
        padding-right: 3rem !important;
        margin-bottom: 0px !important;
    }*/
}
@media only screen and (min-width:1364px and (max-width:1499px)) {

    /*.topInfoNav .leftNav li {
    padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
        margin-bottom: 0px !important;
    }*/
}

@media only screen and (min-width:1244px) and (max-width:1363px) {
    table td{
        padding-bottom: 2px !important;
    }
    .topInfoNav .leftNav li {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
   /* min-width: 200px !important;
    min-height: 60px !important;*/
    /*margin-left: -3%;*/
    z-index: 9;
    /*padding-left: 2rem !important;
        padding-right: 2rem !important;*/
    }
 /*    .topInfoNav .leftNav li a  {
    font-size: 15px !important;
}
    .topInfoNav .leftNav li a p {
    font-size: 15px !important;
}
        .topInfoNav .rightNav li a  {
    font-size: 15px !important;
}*/

    .topInfoNav .rightNav  {
    
}
    .topInfoNav .leftNav li a p {
   /* margin-left:1px !important;*/
}
    /*.topInfoNav .leftNav li a img {
    max-width: 20px;
        max-height: 20px;
}*/
    .tableArea{
   margin-top: 20px !important;
        
}
    /*.leftNav{
        width: 100%;
    }*/
    /*.rightNav li {
        padding: 8px 15px !important;
    }*/
}
@media only screen and (min-width:1000px) and (max-width:1243px) {
     table td{
        padding-bottom: 2px !important;
    }
    .topInfoNav .leftNav li {
   
    align-items: center;
    display: flex;
    justify-content: flex-start;
    /*min-width: 180px !important;
    min-height: 60px !important;*/
    /*margin-left: -3%;*/
    z-index: 9;
    }
 /*    .topInfoNav .leftNav li a  {
    font-size: 12px !important;
}
    .topInfoNav .leftNav li a p {
    font-size: 12px !important;
}
        .topInfoNav .rightNav li a  {
    font-size: 12px !important;
}*/

    .topInfoNav .leftNav li a p {
    /*margin-left:1px !important;*/
}
    /*.topInfoNav .leftNav li a img {
    max-width: 15px;
        max-height: 15px;
}*/
    .tableArea{
   margin-top: 20px !important;
        
}
    /*.leftNav{
        width: 100%;
    }
    .rightNav li {
        padding: 8px 10px !important;
    }*/
}
@media only screen and (min-width:877px) and (max-width:1210px){
    /*.topInfoNav .leftNav li:first-child a{

    font-size: 15px !important;
 
}*/
}
@media only screen and (min-width:876px) and (max-width:999px) {
     table td{
        padding-bottom: 2px !important;
    }
    .topInfoNav .leftNav li {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
   /* min-width: 150px !important;
    min-height: 45px !important;*/
    /*margin-left: -3%;*/
    z-index: 9;
    }
   /* .topInfoNav .leftNav li:first-child{
         min-width: 100px !important;
    }
     .topInfoNav .leftNav li a  {
    font-size: 12px !important;
}
    .topInfoNav .leftNav li a p {
    font-size: 12px !important;
}
        .topInfoNav .rightNav li a  {
    font-size: 12px !important;
}*/

    .topInfoNav .leftNav li a p {
    /*margin-left:1px !important;*/
}
    /*.topInfoNav .leftNav li a img {
    max-width: 15px;
        max-height: 15px;
}*/
    .tableArea{
   margin-top: 20px !important;
        
}
    /*.leftNav{
        width: 100%;
    }*/
   /* .rightNav li {
        padding: 8px 3px !important;
    }*/
}
table td{
    padding: .45rem .75rem !important;

}
.topInfoNav .rightNav li a  {
    font-size: 12px;
    color:#B5B5B5;
}
.topInfoNav .rightNav li span  {
    font-size: 12px;
    color:#B5B5B5;
}

.topInfoNav .rightNav li a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
.tableArea{
    margin-bottom: 4px;
   background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.1)!important;
    border-radius: 20px;
    
}
/*FOR NAV TOP OF OF THE TABLE*/
.topInfoNav .iconDrop img{
    margin-left: 7px;
    width: 6px;
    height: 10px;
}
.topInfoNav{
    margin-bottom: 10px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
}
.topInfoNav .leftNav li {
    
    align-items: center;
    display: flex;
    justify-content: flex-start;
    /*min-width: 250px;
    min-height: 75px;*/
    /*margin-left: -23px;*/
    z-index: 9;
}
.topInfoNav .leftNav li p{
    margin-bottom: 0;
}
.topInfoNav .leftNav li:first-child{
    
    z-index: 10;
    border-radius: 20px 35px 35px 0;
    background: linear-gradient(-90deg,#4097d9 0,#30c4a0 63.96%,#00b94f 100%);
}





















.navLinkToDrop{
    
    z-index: 14 !important;
    /*margin-left: 3.5px !important;*/
}
.navLinkToDrop .drop{

    display: flex !important;
    overflow: visible;
   width: 0 !important;
    visibility: hidden;
    opacity: 0;
    padding-top: 45px !important;
    margin-top: -55px !important;
    border-radius: 20px !important;
    z-index: 1;
    min-width: 0;
    transition:opacity 0.3s ease, width 0.3s ease;
}
.navLinkToDrop .drop div{
    max-height: 350px;
    overflow-y: auto;
    
    scrollbar-width:thin;
    scrollbar-color:rgba(73, 162, 211,0.5) #fff;
}
@media only screen and (max-height:576px) {
    .navLinkToDrop .drop div{
    max-height: 150px !important;

}
}
.navLinkToDrop .drop div::-webkit-scrollbar {
    z-index: 54;
  height: 5px;
  width: 5px;
    
}

/* Track */
.navLinkToDrop .drop div::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.navLinkToDrop .drop div::-webkit-scrollbar-thumb {
 background: rgba(73, 162, 211,0.5); 
    border-radius: 20px;
}

/* Handle on hover */
.navLinkToDrop .drop div::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 162, 211,1); 
}
.navLinkToDrop button{
    z-index: 2;
}
.navLinkToDrop .drop li{
    background: transparent !important;
}
.navLinkToDrop .drop li{
    border-radius: 0px !important;
    background: transparent !important;
}
.navLinkToDrop .drop li a label{
    font-weight: 400 !important;
    color: #7c94b1 !important;
}
.navLinkToDrop .drop li a:hover{
text-decoration: none;
    cursor: pointer;
    color: #7c94b1 !important;
}
.topInfoNav .leftNav li:nth-child(2){
  
    border-radius: 0px 35px 35px 0;
    background-color: #ECF1FB;
}
.topInfoNav .leftNav li:first-child a{
    font-weight: 700;
    font-size: 20px;
    color: #fff !important;
}
.topInfoNav .leftNav li:first-child a:hover{
    color: #fff !important;
    cursor: default !important;
}
.topInfoNav .leftNav li a{
    font-weight: bold;
    font-size: 15px;
    color: #61bccd;
}
.topInfoNav .leftNav li button{
    outline: 0;
    background:transparent;
    font-weight: bold;
    font-size: 15px;
    color: #61bccd;
}
.topInfoNav .leftNav li a div{
    display: flex;
    align-items: center;
}
.topInfoNav .leftNav li button div{
    display: flex;
    align-items: center;
}

.topInfoNav .leftNav li:nth-child(2) a{
    color: #3D9CD1 !important;
}
.topInfoNav .leftNav li:nth-child(4) a{
    color: #80BAE5 !important;
}

.topInfoNav .leftNav li a:hover{
    color: #61bccd;
    text-decoration: none;
    cursor: pointer;
}
.topInfoNav .rightNav{
    
    border-radius: 0 20px 0 25px;
    background: #f5f6fa;
}
.topInfoNav .rightNav li {
    display: flex;
    align-items: center;
}
.topInfoNav .leftNav .drop li button {
    outline: 0;
    text-align: left;
    background: transparent;
    font-size: 12px !important;
    color: #7c94b1 !important;
}
@media only screen and (max-width:876px) {
    .topInfoNav .leftNav .drop li button {
    text-align: right !important;
}
}
.topInfoNav .leftNav .drop li a {
    font-size: 12px !important;
    color: #7c94b1 !important;

}
.topInfoNav .leftNav .linkToDrop:hover{
    
  
}
@media only screen and (max-width:876px) {
    .topInfoNav .iconDrop img{
    margin-left: 5px !important;
}
    
    .topInfoNav .leftNav .linkToDrop:hover{
    box-shadow: 0px 0px 0px 0px  !important;
}
}
.topInfoNav .leftNav .linkToDrop .drop li a:hover{
    cursor: pointer !important;
    color: #7c94b1 !important;
}
.topInfoNav .leftNav .linkToDrop .drop li button:hover{
    outline: 0;
    background: transparent;
    cursor: pointer !important;
    color: #7c94b1 !important;
}

/*----------------------------*/
/*----------------------------*/
/*TABLE CUSTOMIZATION*/

.pageInfo{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.totalPage{
    padding: 0!important;
    border: 0!important;
    font-size: 12px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    color: #B5B5B5!important;
    margin-right: 10px!important;
    
}
.currentPage{
    padding: 0!important;
    border: 0!important;
    font-size: 12px !important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;

    margin-left: 10px!important;
}
.page-link{
     display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 30px;
    width: 30px;
    border:1px solid #3BC980 !important;
    border-radius: 100% !important;
    transition: all 0.3s ease;
}
.page-link img{
    height: 10px;
}
.page-link:hover{
    transition: all 0.3s ease;
    background-color: #f0f0f0 !important;
}
#datatable_previous{
 margin-left: 20px;
}

.accountsTable tbody tr td:first-child .checkmark{
    pointer-events: none;
}
.accountsTable tr td {
  border:0px;
}

.table tr th  {
  border:0px !important;
}
.table tr td  {
    padding-left: .5rem !important;
  
}
 tbody tr {  

}
.accountsTable tbody tr:hover{
    cursor: pointer;
}
.accountsTable tbody tr:hover td{
    color: #3D9CD1 !important;
}
/*.accountsTable tr:hover td:first-child {
    cursor: pointer;
  border-left: 1px dashed #3BC980;
  
}
.accountsTable tr:hover td:last-child {
    cursor: pointer;
  border-right: 1px dashed #3BC980;
 
}*/
.dataTables_length h3{
    margin-right:20px;
    margin-bottom: 0 !important;
    font-size: 20px;
    /*color: #B5B5B5 ;*/
}
.dataTables_length .otherTableTitles h3{
    margin-right:0px !important;
    margin-bottom: 0 !important;
    font-size: 20px;
    white-space: nowrap;
    padding: 4px 7px;
    /*color: #B5B5B5 ;*/
}
.dataTables_length h3:hover{
    cursor: pointer;
}
#datatable tbody td{
    padding: 10px !important;
    vertical-align: middle;
    font-size: 12px;
    white-space: nowrap;
}
.accountsTable tr td:last-child{
    display: flex;
    justify-content: flex-start;
}
.accountsTable th:first-child::before {
    display: none !important;
}
@media only screen and (min-width:1063px) and (max-width:1200px){
        .accountName{
    /*margin-left: -6% !important;*/
    z-index: 11 !important;
}
}
@media only screen and (min-width:1201px) and (max-width:1359px) {
    .accountName{
    /*margin-left: -8% !important;*/
    z-index: 11 !important;
}
}
    @media only screen and (min-width:1649px){
    .accountName{
    /*margin-left: -8% !important;*/
    z-index: 11 !important;
}
}
@media only screen and (min-width:1360px) and (max-width:1468px){
    .accountName{
    /*margin-left: -4% !important;*/
    z-index: 11 !important;
}
}
@media only screen and (min-width:1201px) and (max-width:1375px){
    .accountName{
    /*margin-left: -4% !important;*/
    z-index: 11 !important;
}
}
@media only screen and (max-width:1062px){
    .accountsTableArea .leftNav li:nth-child(3){
        display: flex;
        flex-direction: column;
    }
    .accountName{
    /*margin-left: -4% !important;*/
    z-index: 11 !important;
}
}

.accountName p{
        color: #44CA75;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
}
.accountsTableArea .leftNav li:nth-child(2){
        background-color: transparent !important;
    }
.accountsTableArea .leftNav li:nth-child(3){
        background-color: transparent !important;
    }
@media only screen and (min-width:2000px){
    

}
@media only screen and (max-width:876px) {
    

    #datatable_filter {
    margin: 10px 0px 20px 0px;
    }
    .dataTables_length {
    padding: 0 1rem;
}
    .dataTables_length label {
        padding: 0px !important;
    margin-left: 0px !important;
}
}

/* width */

.tableHere .col-sm-12::-webkit-scrollbar {
    z-index: 54;
  height: 5px;
  width: 5px;
    
}

/* Track */
.tableHere .col-sm-12::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.tableHere .col-sm-12::-webkit-scrollbar-thumb {
 background: rgba(73, 162, 211,0.5); 
    border-radius: 20px;
}

/* Handle on hover */
.tableHere .col-sm-12::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 162, 211,1); 
}
.fitDeviceHeight{
    scrollbar-width:thin;
    scrollbar-color:rgba(73, 162, 211,0.5) #fff;
}
.fitDeviceHeight::-webkit-scrollbar {
    z-index: 54;
  height: 5px;
  width: 5px;
    
}

/* Track */
.fitDeviceHeight::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.fitDeviceHeight::-webkit-scrollbar-thumb {
 background: rgba(73, 162, 211,0.5); 
    border-radius: 20px;
}

/* Handle on hover */
.fitDeviceHeight::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 162, 211,1); 
}
    
@media only screen and (min-width:877px){
    .topInfoNav .leftNav li:first-child {
    display: flex;
        min-width: 112px !important;
        justify-content: center;
}
    
    }

@media only screen and (min-width:876px){
    #datatable tr th{
    
    
    }
.checkboxColumn {
    width: 60px !important;
}
th.checkBoxColummn{
    width: 60px !important;
}
.th.checkBoxColummn{
    width: 60px !important;
}

   
    .topInfoNav .rightNav li a  {
    white-space: nowrap;
}

    .accountsTable td{
        padding-bottom: 0.5rem !important;
       height: 40px;
    }
    .accountsTable td:first-child{
        width: 5% !important;
    }
    .iAmRolesTable td{
        padding-bottom: 0.5rem !important;
       height: 40px;
    }
    .iAmRolesTable td:first-child{
        width: 5% !important;
    }
    .tableArea{
        margin-top: 0 !important;
    }

}
/*@media only screen and (max-width:1650px){
    table th,table td{
        font-size: 12px !important;
    }
}*/

@media only screen and (max-width:1600px){
        .btnDelete{
    margin-right: 0px !important;
}
.btnUpdate{
    margin-left: 0px !important;
}
}
@media only screen and (max-width:1450px){
     table th,table td{
        padding-left: 2px !important;
    }
    table td{
        padding-bottom: 5px !important;
    }
    table.customTable td{
        padding-bottom: 8px !important;
    }
    #datatable_filter label{
    height: 40px;
}
    #datatable_filter label{
    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
    table th, table td{
        padding-left: 2px !important;
    }

}

@media only screen and (min-width:1500px) and (max-width:1580px){
    /*.accountsTableArea .topInfoNav .rightNav li {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }*/
    
}
@media only screen and (min-width:1400px) and (max-width:1499px){
    /*.accountsTableArea .topInfoNav .rightNav li {
        padding-right: 0px !important;
        padding-left: 0px !important;
        
    }*/
}
@media only screen and (max-width:1399px){
    /*.accountsTableArea .topInfoNav .rightNav li {
        padding-right: 2px !important;
        padding-left: 2px !important;
        
    }*/
}
@media only screen and (min-width:1200px) and (max-width:1370px){
    /*.accountName{
    margin-right: 2rem !important;
}*/
    /*.accountsTableArea .topInfoNav .leftNav li {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }*/
    /*.projectPageTopNav .topInfoNav .rightNav li {
        margin-right: .75rem !important;
        margin-left: .75rem !important;
    }*/
}
@media only screen and (min-width:1371px){

    /*.projectPageTopNav .topInfoNav .rightNav li {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }*/
    
}
@media only screen and (min-width:990px) and (max-width:1370px){
    /*.accountsTableArea .topInfoNav .leftNav li {
        padding-right: 0.25rem !important;
        padding-left:0.25rem !important;
    }*/
}
@media only screen and (min-width:990px) and (max-width:1200px){
    /*.accountsTableArea .topInfoNav .leftNav li {
        padding-right: 2.75rem !important;
        padding-left:0.75rem !important;
    }*/
}
@media only screen and (min-width:1451px) and (max-width:1649px){
    #datatable_filter label{
    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
     #datatable_filter label{
    height: 40px;
}
}
@media only screen and (min-width:1650px) and (max-width:1715px){
    #datatable_filter label{
    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
    .btnDelete{
    margin-right: 0px !important;
}
.btnUpdate{
    margin-left: 0px !important;
}
}
@media only screen and (max-width:1250px){
     table td{
        padding-bottom: 2px;
    }
    #datatable_filter label{
    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
    table th{
        padding-right: 15px !important;
    }

}
@media only screen and (max-width:1000px) {
    .accountsTableArea .dataTables_length{
        flex-direction: column !important;
        align-items: flex-start !important;
    }
   
}
@media only screen and (max-width:768px){
    .dataTables_length{
        padding: 0 !important;
        border-bottom: 2px solid #ccc;
        justify-content: space-between !important;
    }
}
@media only screen and (max-width:876px){
    

    .container-fluid{
        padding: 0 !important;
    }
    
    #datatable_wrapper .col-md-6{
        padding: 0;
    }
    #datatable_filter label{
   padding-right: 0 !important;
        width: 100% !important;
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }
    #datatable_filter label input{
             padding-right: 0 !important;
        width: 100%;
    }
    
}
.refreshButton{
        outline: 0 !important;
    border: 0;
    margin-left: 20px;
    background-color: #80BAE5;
    border-radius: 10px;
    height: 40px;
    min-width: 50px;
}
.settingsButton{
    outline: 0 !important;
    border: 0;
    margin-right: 15px;
    height: 40px;
    min-width: 50px;
    background-color: #80BAE5;
    border-radius: 10px;
}
.pagination{
    margin: 0;
}
.pagination .page-item:nth-last-child(2){
    margin-right: 5px !important;
}
.page-item{
    /*display: none !important;*/
}
.previous, .next{
    display: flex !important;
}
.paginate_button{
    display: flex;
    align-content: center;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 10px;
    width:11px;
    
    font-family:unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    content:"" !important;
    background-image: url(../images/sortarrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family:unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    content:unset !important;
    background-image: url(../images/sort.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#datatable_filter label{
    width: 330px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 45px;
    margin: 0;
    background: #f5f6fa;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
}

#datatable_filter label div{
    padding:0 8px;
    padding-left: 12px;
}
#datatable_filter label input{
    height: 100%;
    margin:0 5px;
   
      width: 100%;
    background: transparent !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
    outline: 0 !important;
        border:0;;
}
#datatable_filter label input::placeholder{
    color: #7c94b1;
}
.functionalColumn span{
    justify-content: center;
}
.superprojects .haveFunctionalColumn tr td:nth-child(8){
    text-align: center;
    /*display: flex;
    justify-content: center;*/
}
.projects .haveFunctionalColumn tr td:nth-child(8){
    text-align: center;
    /*display: flex;
    justify-content: center;*/
}
.superusers .haveFunctionalColumn tr td:nth-child(7){
    text-align: center;
    /*display: flex;
    justify-content: center;*/
}
.users .haveFunctionalColumn tr td:nth-child(7){
    text-align: center;
    /*display: flex;
    justify-content: center;*/
}
.superclients .haveFunctionalColumn tr td:nth-child(8){
    text-align: center;
    /*display: flex;
    justify-content: center;*/
}
.projects .mainArea th span{
    padding-right: 10px;
   /* overflow: auto;
    resize: horizontal;*/
    display: flex;
}
.superprojects .mainArea th span{
    padding-right: 10px;
    /*overflow: auto;
    resize: horizontal;*/
    display: flex;
}
 .mainArea th span{
    padding-right: 10px;
    /*overflow: auto;
    resize: horizontal;*/
    display: flex;
}
.superusers .mainArea th span{
    padding-right: 10px;
    /*overflow: auto;
    resize: horizontal;*/
    display: flex;
}
.superclients .mainArea th span{
    padding-right: 10px;
    /*overflow: auto;
    resize: horizontal;*/
    display: flex;
}

.functionalColumn::before, .functionalColumn::after{
    display: none !important;
}
.accountsTable.accountsPart .dataTables_length h3:first-child{
    color: #000;
}
.accountsTable.accountsPart .dataTables_length h3:first-child a{
    color: #000;
}
.accountsTable.identityProvidersTable .dataTables_length h3:first-child a{
    color: #000 !important; 
}
.accountsTable.accountsPart .dataTables_length h3:nth-child(3){
    color: #000 ;
}
.accountsTable.accountsPart .dataTables_length h3:nth-child(3) a{
    color: #000 ;
}
.accountsTable.identityProvidersTable .dataTables_length h3:nth-child(3) a{
    color: #000 !important ;
}
.accountsTable.organizationalUnitTableArea .dataTables_length h3:first-child {
    color: #000 !important;
}
.accountsTable.organizationalUnitTableArea .dataTables_length h3:first-child a{
    color: #000 !important;
}
.accountsTable.organizationalUnitTableArea .dataTables_length h3:nth-child(3) {
    color: #000 !important;
}
.accountsTable.organizationalUnitTableArea .dataTables_length h3:nth-child(3) a{
    color: #000!important;
}
@media only screen and (min-width:1300px) {

}
.dataTables_length{
    display: flex;
    width:100%;
    flex-direction: row;
    align-items: center;
}
.dataTables_length h3{
    color: #000;
}
.dataTables_length h3 a{
    color: #000;
}
.col-sm-12.col-md-6{
    display: flex;

    align-items: center;
}
.dataTables_length label{
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 20px;
}
#datatable_info{
    font-size: 12px;
    display: flex;
    align-items: center;
}
.dataTables_length label select{
    min-width: 60px;
}
table, table tbody{
    width:100%;
}
th{
    color: #44ca75;
    white-space: nowrap;
}

.dataTables_wrapper{
    width: 100%;
}
#datatable_filter{
    align-items: center;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.formRow{
    margin: 0.25rem !important;
}
.row.formRow{
    margin: 0.25rem !important;
}
div.row.formRow{
    margin: 0.25rem !important;
}
div.formRow{
    margin: 0.25rem 0 !important;
}
.h-100{
    height:100% !important;
}
.h-90{
    height:90% !important;
}
.btnDelete{
    outline: 0 !important;
    color: #FF9595;
    margin-right: 5px;
    outline: 0;
    width: 90px;
    padding: 3px 18px;
    border:1px solid #FF9595;
    border-radius: 30px;
    background-color: #fff;
     transition: all 0.2s ease;
}
.btnDelete:hover{
    color: #fff;
    cursor: pointer;
    background-color: rgba(255, 149, 149,0.6);
    transition: all 0.2s ease;
}
.btnUpdate{
    outline: 0 !important;
    width: 90px;
    margin-left: 5px;
    outline: 0;
     padding: 3px 18px;
    border:1px solid #80BAE5;
    color: #80BAE5;
    border-radius: 30px;
    background-color: #fff;
     transition: all 0.2s ease;
}
.btnUpdate:hover{
    color: #fff;
    cursor: pointer;
    background-color: rgba(128, 186, 229,0.6);
    transition: all 0.2s ease;
}

/*pagination customization*/
#datatable_previous a{
    border: 0;
    position: relative;

}
#datatable_next a{
    border: 0;
    position: relative;

}
#datatable_next a:hover,#datatable_previous a:hover
{
    cursor: pointer;

}
/*------------------------*/




/*---------------------*/
/*custom checkbox*/
/* The container */
td label.container{
    display: flex !important;
    align-items: center !important;
}
label.container {
  display: block;
  position: relative;
 margin: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
td .checkmark {
    top: unset !important;
}
.checkmark {
    background-color: #D8EBF6;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #3D9CD1;*/
    border-radius: 100%;
position: absolute;
  top: 0;
  left: -16px;
  height: 25px;
  width: 25px;
  
}
.checkmark.special-checkbox {
    
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070 !important;
    border-radius: 7px !important;
position: absolute;
  top: 0;
  left: 0px;
  height: 25px;
  width: 25px;
  
}
/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
  background-color: #fff;
}
.activeLittleContentArea{
    border:1px solid #47CC93 !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/*.container .checkmark:after {
  left: 9px;
  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);
}*/

label.container .checkmark:after {
    background-repeat: no-repeat !important;
    background: url(../images/rodio.svg);
    /* background: no-repeat; */
    /* background-color: #3D9CD1; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* border: solid white; */
    /* border-width: 0 3px 3px 0; */
    /* transform: rotate(45deg); */
    border-radius: 50px;
    background-size: cover;
}
label.container .checkmark.special-checkbox:after {
    
    background: url(../images/blackcheckmark.svg) !important;
    background-repeat: no-repeat !important;
    /* background: no-repeat; */
    /* background-color: #3D9CD1; */
    width: 100%;
    height: 100%;
    /* border: solid white; */
    /* border-width: 0 3px 3px 0; */
    /* transform: rotate(45deg); */
    border-radius: 5px;
    background-size: cover;
    background-position: center !important;
}
.d-flex{
    display: flex !important;
}
.rightContent{
    display: flex;
    flex-direction: row;
}
.confirmBtn:hover{
    text-decoration: none !important;
}
/*---------------*/
/*LEFT MENU*/
.sol-menu {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    flex:1;
    justify-content:space-between;
    overflow-x:hidden;
}
.sol-menu::-webkit-scrollbar {
    display: none;
  }
.leftMenuShowIcon img {
    height: 5px;
    width: 100%;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.leftMenuShowIcon img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}

.leftMenuShowIcon img:nth-child(2) {
    transition: all 0.5s ease;
}

.leftMenuShowIcon img:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.leftMenuShowIcon.closeIcon img:nth-child(1) {
    width: 125% !important;
    position: absolute;
    left: 0;
    top: 42% !important;
    transform: rotate(-45deg) !important;
    transition: all 0.5s ease;
}

.leftMenuShowIcon.closeIcon img:nth-child(2) {
    margin-left: -100px;
    transition: all 0.5s ease;
}

.leftMenuShowIcon.closeIcon img:nth-child(3) {
    width:125% !important;
    position: absolute;
    left: 0;
    bottom: 42% !important;
    transform: rotate(45deg) !important;
    transition: all 0.5s ease;
}
.sol-menu-alan {
    z-index: 1000;
    flex-direction:column;
    padding:1rem 0 ;
    background: linear-gradient(#4097d9 0,rgba(48, 196, 160,1) 63.96%,rgba(0, 185, 79,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    transition: all 0.3s ease;
}


.sol-menu li {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

.sol-menu li a {
       
    display: flex;
    width: 100%;
    color: #fff;
    text-decoration: none;
    align-items: center;
 }
.sol-menu li button {
       padding: 0;
    display: flex;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    align-items: center;
 }
.ikon-alan {
    margin:0px 8.5px;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 70px;
    padding:15px;
}
.ikon-alan img {
    
    width: 20px;
    
    height: 20px;
 }
.a-link-button:hover {
    cursor: pointer;
}
.sol-menu-alan .a-link-button.active{
        box-shadow: 0 6px 15px rgba(0,0,0,.16)!important;
    border-radius: 50px;
    border-top-left-radius: 0px !important;
    background-color: #5CCABC;
}
.sol-menu-alan .a-link-button.active .ikon-alan{
        border: 0px !important;
}
.sol-menu-alan  .b-link{
    padding-left:72px;
    padding-top: 25px;
    display:none;
    flex-direction:column;
}
.sol-menu-alan .a-link .text-alan {
    font-size: 12px;
    color: #fff;
    transition: all 0.3s ease;
    display: none;
    white-space:nowrap;
}
.sol-menu-alan.opened .a-link .text-alan {
    transition: all 0.3s ease;
    display: flex !important;
}
.sol-menu-alan.opened .a-link-button.opened + .b-link {
    display: flex !important;
}
.sol-menu-alan.opened .leftMainIcon{
    display:flex !important;
}

.leftMenuShowIcon {
    cursor: pointer;
    padding: 10px !important;
    margin-bottom:1.5rem;
}
.leftMenuShowIcon div {
    margin:0px 8.5px;
    display: flex;
    height: 25px;
    width: 30px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
}
.leftMenuShowIcon-mobil {
    padding: 10px !important;
    margin-bottom: 1.5rem;
}

.leftMenuShowIcon-mobil div {
    margin: 0px 8.5px;
    display: flex;
    height: 25px;
    width: 30px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
 }
.leftMainIcon {
    position:absolute;
    right:0px;
    width: 70px;
    margin: 10px;
    height: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.sol-menu .b-link li button{
    white-space:nowrap;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}
.sol-menu .b-link li:hover button{
    opacity: 1 !important;
}
@media only screen and (max-width:876px) {
    .leftNav li:first-child a{
        display: none;
    }
    right-area {
        width: 100% !important;
    }

    .sol-menu-alan.opened {
        display:flex !important;
        width: 100% !important;
    }
    .sol-menu-alan.opened .sol-menu {
        display: block !important;
    }
    .sol-menu-alan {
        display: none;
    }
    .a-link {
        margin-bottom: 10px !important;
    }
    .leftMenuShowIcon-mobil {
        padding: 0px !important;
        cursor: pointer;
        display: flex;
        position: fixed !important;
        left: 3px;
        top: 3px;
        z-index: 999;
    }
    .leftMenuShowIcon-mobil img {
        height:25px;
        width:30px;
    }
}

@media only screen and (min-width:877px) {
    /*.leftNav li:first-child a{
        display: flex;
    }*/
    .leftMenuShowIcon-mobil {
        display: none;
    }
    .sol-menu-alan{
        padding-right:0px !important;
        padding-left:0px !important;
        display:flex;
    }
    .right-area {
        margin-left: auto;
        width: calc(100% - 72px);
    }


    .sol-menu-alan.opened {
        width: 300px;
        transition: all 0.3s ease;
    }

}
.launch-save-icons.save-icon{
    background-image: url(../images/saveIcon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}  
.launch-save-icons.save-icon.disabled{
    background-image: url(../images/saveIconDisabled.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}  
.launch-save-icons.launch-icon{
    background-image: url(../images/launchIcon.svg);
    background-repeat: no-repeat;
    background-size: cover;
} 
.launch-save-icons.launch-icon.disabled{
    background-image: url(../images/launchIconDisabled.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
} 
.closeFormRow button{
    outline: 0 !important;
    background-color: transparent;
    padding: 0;
    border:0;
}
.closeFormRowBtn{
    outline: 0 !important;
    background-color: transparent;
    padding: 0;
    border:0;
}
.add-button button{
    outline: 0 !important;
    background-color: transparent;
    padding: 0;
    border:0;
}
button.closeFormRow{
    outline: 0 !important;
    background-color: transparent;
    padding: 0;
    border:0;
}
.addNewItem{
    outline: 0 !important;
    background-color: transparent;
    padding: 0;
    border:0;
}
button{
    outline: 0 !important;
    background-color: transparent;
    padding: 0;
    border:0;
}
.userNavListMobil .userName{
    font-size: 15px!important;
    font-weight:bold!important;
    cursor: pointer!important;
    color: #000!important;
    text-transform: uppercase!important;
}
.userNavList .userName{
    padding-top: 10px;
    font-weight:bold!important;
    cursor: pointer!important;
    color: #000!important;
    text-transform: uppercase!important;
}
.header-bar .userMail{
    font-size: 12px!important;
    color: #000!important;
}
.header-bar .userMail:hover{
    text-decoration: none!important;
}
.userNavList .userCompany{
    padding-bottom: 10px;
}
.header-bar .userCompany{
    font-size: 12px!important;
    color: #44CA75!important;
}
.header-bar .userRole{
    color: #32b9e6!important;
    font-weight: 600!important;
}
.header-bar .userProjectList{
    font-weight: 600!important;
    color: #000 !important;
}
.header-bar .userProjectList:hover{
    text-decoration: none!important;
}
.header-bar .userCompany:hover{
    text-decoration: none!important;
}
.header-bar .userRole:hover{
    text-decoration: none!important;
}
.header-bar .userName:hover{
    text-decoration: none!important;
}
.userNavListMobil a{
    padding: 10px 0 !important;
}
#datatable_length{
    flex-wrap: wrap;
}
.dataTables_filter filter{
    padding: 0;
}
.list-style-none{
    list-style: none !important;
}
#datatable th{
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

}
#datatable th::after{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    height: 15px;
    width: 10px;
    background-image: url("../images/not-sorting.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
#datatable th.ascending::after{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    height: 15px;
    width: 10px;
    background-image: url("../images/ascending.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
}
#datatable th.descending::after{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    height: 15px;
    width: 10px;
    background-image: url("../images/descending.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
}
/*.users .topInfoNav .leftNav li{
    margin-left: 0px !important;
}
.superUsers .topInfoNav .leftNav li{
    margin-left: 0px !important;
}
.clients .topInfoNav .leftNav li{
    margin-left: 0px !important;
}
.superProjects .topInfoNav .leftNav li{
    margin-left: 0px !important;
}
.projects .topInfoNav .leftNav li{
    margin-left: 0px !important;
}
.superClients .topInfoNav .leftNav li{
    margin-left: 0px !important;
}*/






    #datatable_wrapper .table{
    border-collapse:separate;
        border-spacing: 0px 0px !important;
    
    }
    #datatable_wrapper .td{
        border-bottom: 1px solid #dee2e6 !important;
        border-top: 1px solid #dee2e6 !important;
    }
    #datatable_wrapper .tr:hover  .td{
       cursor: pointer;
        border-bottom: 1px dashed #3BC980 !important;
        border-top: 1px dashed #3BC980 !important;
    
    }
    #datatable_wrapper .tr:hover  .td:first-child{
    
        border-left: 1px dashed #3BC980 !important;
    
    }
    #datatable_wrapper .tr:hover  .td:last-child{
    
        border-right: 1px dashed #3BC980 !important;
    
    }
    #datatable_wrapper .tr  .td:first-child{
       border-left: 1px solid #dee2e6;
    
    }
    #datatable_wrapper .tr  .td:last-child{
       border-right: 1px solid #dee2e6;
    
    }
    .datatable_wrapper .table .tr{
        border-width: 1px; border-style: solid; border-color: rgb(235, 235, 235);
    } 
    .th{
        color: #44ca75;
        white-space: nowrap;
    }

    .react-dropdown-select {
        border-radius:10px !important;
        display: block !important;
        width: 100% !important;
        height: calc(1.5em + .75rem) !important;
        padding: .375rem .75rem !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        color: #495057 !important;   
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px !important;
        background-color: #fff;
        background-clip: padding-box !important;
        border: 0 !important ;
        -webkit-appearance: none !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    }
.userInfo .drop{
   padding:10px 20px !important;
   
    top: 10px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    width: unset !important;
    right: 0 !important;
    left: unset !important;
}
.userInfo .drop li a{
    justify-content: flex-start !important;
}
.linkToDrop.projectLinkToDrop:hover{
    justify-content: flex-start !important;
}
.projectListLink.listed{
    justify-content: flex-start !important;
}
.projectLinkToDrop:hover{
    justify-content: flex-start !important;
}
.userInfo.linkToDrop:hover{
    background-color: unset !important;
    box-shadow: unset !important;
}
.userInfo .switch-user-link{
    font-weight: 400 !important;
    color: #000 !important;
    padding-top: 15px !important;
}
.userInfo .signout-link p{
    font-weight: 400 !important;
    color: #000 !important;
}
.userInfo .userRole{
    padding-top: 15px;
}

.userInfo .projectList{
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column !important;
}
.userInfo .projectList p{
margin-bottom: 5px !important;
    
}
.userProjectList{
    justify-content: flex-start !important;
}
.userInfo .projectList p:first-child{
margin-top: 5px !important;
    
}
.userInfo .projectList p a{
 text-align: left;
    justify-content: flex-start !important;
   color: #000 !important; 
}
.userInfo .projectListLink{
    flex-direction: row;
    border-bottom: 1px solid #ccc !important;
    margin-top: 15px !important;
    padding-bottom: 15px !important;
}
.checkboxColumn {
    width: 60px !important;
}
th.checkBoxColummn{
    width: 60px !important;
}
.th.checkBoxColummn{
    width: 60px !important;
}

select {color: #000 !important;}









.drop li button{
    outline: 0;
    background: transparent;
    width: 100%;
    position: relative;
}

.userNavList li button{
    outline: 0;
    background: transparent;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #7c94b1;
    position: relative;
}
.userNavListMobil li button{
    outline: 0;
    background: transparent;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}



.userNavList li button .iconDrop{
    transform: rotate(0deg);
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 7px;
    color: #7c94b1;
}

.linkToDrop:hover>button p{
    
    color: #7C94B1 !important;
}
.linkToDrop:hover>button{
    outline: 0;
    background: transparent;
    
    text-decoration: none;
}
.userInfo .drop li:first-child button{
    outline: 0;
    background: transparent;
    /*color: #1B5B8C !important;*/
    margin-bottom: 5px;
}
.userNavListMobil button{
    padding: 10px 0 !important;
}
.no-click{
    pointer-events: none !important;
}
.subinfoForSelection{
    color: #bababa !important;
    font-size: 12px;
    
}
.no-wrap{
    white-space: nowrap !important;
}
.topInfoNav .navLinkToDrop{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: unset !important;
}
.perimeter-protection-page .switch , .siem-page .switch , .certificate-management-page .switch{
    margin-right: 6px !important;
}
.perimeter-protection-page .form-line{
    padding-left: 0 !important;
}
.slick-slide{
    height: unset !important;
}
@media only screen and (max-width:878px) {
    .networkPage .formRow.flex-wrap{
        padding-right: 15px !important;
    }
    .networkPage .closeFormRow{
        display: none !important;
        visibility: hidden;
    }
    .networkPage .closeFormRowMobil{
        display: flex !important;
        justify-content: flex-end;
    }

}
@media only screen and (min-width:876px) {
    .privatednsPage .closeFormRowMobil{
        display: none !important;
        visibility: hidden;
    }

}
@media only screen and (max-width:875px) {
    .privatednsPage .closeFormRow{
        display: none !important;
        visibility: hidden;
    }
    .privatednsPage .closeFormRowMobil{
        display: flex !important;
        justify-content: flex-end;
    }

}
.auth-form .selectInput{
   background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 !important;
    -webkit-appearance: none;
    padding-right: 30px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.accountName{
    
    margin-left: -15px;
    z-index: 10 !important;
}
@media only screen and (min-width:876px) and (max-width:997px) {
    .topInfoNav .leftNav li >*{
        font-size: 12px !important;
    }
    .accountName p{
        font-size: 12px !important;
    }
    .topInfoNav .leftNav li{
        padding-top: 8px;
        padding-bottom:8px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .topInfoNav .leftNav li:first-child{
        padding-right: 22px;
        padding-left: 7px;
    }

    .topInfoNav .leftNav li.accountName{
        padding-left: 0px !important;
    }
    .topInfoNav .leftNav .launch-save-icons-area{
        padding-left: 7px;
    }
}
@media only screen and (min-width:998px) and (max-width:1060px) {
    .topInfoNav .leftNav li{
        padding-top: 12px;
        padding-bottom:12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .topInfoNav .leftNav li:first-child{
        padding-right: 25px;
        padding-left: 10px;
    }

    .topInfoNav .leftNav li.accountName{
        padding-left: 0px !important;
    }
    .topInfoNav .leftNav .launch-save-icons-area{
        padding-left: 10px;
    }
}
@media only screen and (min-width:1061px) {
    
    .topInfoNav .leftNav li{
        padding-top: 12px;
        padding-bottom:12px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .topInfoNav .leftNav li:first-child{
        padding-right: 35px;
        padding-left: 20px;
    }
    .topInfoNav .leftNav li.accountName{
        padding-left: 0px !important;
    }
    .topInfoNav .leftNav .launch-save-icons-area{
        padding-left: 20px;
    }
}
@media only screen and (max-width:875px) {

    .topInfoNav .rightNav li{
        padding: 6px 0px;
    }
}
@media only screen and (min-width:876px) and (max-width:1190px) {
    .topInfoNav .rightNav li{
        padding: 6px 7px;
    }
}
@media only screen and (min-width:1191px) {
    .topInfoNav .rightNav li{
        padding: 6px 20px;
    }
}













/*@media only screen and (min-width:876px) and (max-width:997px) {
    .superclients .topInfoNav .leftNav li >*{
        font-size: 16px !important;
    }
    .accountName p{
        font-size: 12px !important;
    }
    .superclients .topInfoNav .leftNav li{
        padding-top: 8px;
        padding-bottom:8px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .superclients.topInfoNav .leftNav li:first-child{
        padding-right: 22px;
        padding-left: 7px;
    }

    .superclients .topInfoNav .leftNav li.accountName{
        padding-left: 0px !important;
    }
    .superclients .topInfoNav .leftNav .launch-save-icons-area{
        padding-left: 7px;
    }
}*/
@media only screen and (min-width:876px) and (max-width:997px) {
    .superclients .topInfoNav .leftNav li:nth-child(2) a{
        font-size: 15px !important;
    }
    .superclients .topInfoNav .view-logs-icon >*{
        font-size: 15px !important;
    }
    .superclients .topInfoNav .leftNav li:first-child{
        font-size: 20px !important;
    }
    .superclients .topInfoNav .leftNav li:first-child >*{
        font-size: 20px !important;
    }
}
@media only screen and (min-width:876px) and (max-width:991px) {
    .superclients .topInfoNav .leftNav li:nth-child(2) a{
        font-size: 15px !important;
    }
    .superclients .topInfoNav .view-logs-icon >*{
        font-size: 15px !important;
    }
    .superclients .topInfoNav .leftNav li:first-child{
        font-size: 20px !important;
    }
    .superclients .topInfoNav .leftNav li:first-child >*{
        font-size: 20px !important;
    }
    .superclients .topInfoNav .leftNav li{
        padding-top: 12px !important;
        padding-bottom:12px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .superclients .topInfoNav .leftNav li:first-child{
        padding-right: 35px!important;
        padding-left: 20px!important;
    }

    .superclients .topInfoNav .leftNav li.accountName{
        padding-left: 0px !important;
    }
    .superclients .topInfoNav .leftNav .launch-save-icons-area{
        padding-left: 10px!important;
    }
}
@media only screen and (min-width:992px) {
   
    .superclients .topInfoNav .view-logs-icon >*{
        font-size: 15px !important;
    }
    .superclients .topInfoNav .leftNav li:first-child{
        font-size: 20px !important;
    }
    .superclients .topInfoNav .leftNav li:nth-child(2) a{
        font-size: 15px !important;
    }
    .superclients .topInfoNav .leftNav li{
        padding-top: 12px!important;
        padding-bottom:12px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .superclients .topInfoNav .leftNav li:first-child{
        padding-right: 35px!important;
        padding-left: 20px!important;
    }
    .superclients .topInfoNav .leftNav li.accountName{
        padding-left: 0px !important;
    }
    .superclients .topInfoNav .leftNav .launch-save-icons-area{
        padding-left: 20px!important;
    }
}
@media only screen and (max-width:875px) {
    .superclients .topInfoNav .rightNav li{
        padding: 6px 0px!important;
    }
}
/*@media only screen and (min-width:876px) and (max-width:991px) {
    .superclients .topInfoNav .rightNav li{
        padding: 6px 7px;
    }
}*/
@media only screen and (min-width:876px) {
    .superclients .topInfoNav .rightNav li{
        padding: 6px 20px !important;
    }
}




















@media only screen and (min-width:768px) and (max-width:991px) {
    .mainArea{
        padding-left:10px !important;
        padding-right:10px !important;
    }
}
@media only screen and (min-width:568px) and (max-width:767px) {
    .mainArea{
        padding-left:7px !important;
        padding-right:7px !important;
    }
}
@media only screen and (max-width:567px) {
    .mainArea{
        padding-left:3px !important;
        padding-right:3px !important;
    }
}
.linkToDrop.projectLinkToDrop{
    box-shadow: none !important;
    background-color:transparent !important;
    z-index: 14 !important;
    /*margin-left: 3.5px !important;*/
}
.linkToDrop.projectLinkToDrop:hover{
    box-shadow: none !important;
    background-color:transparent !important;
    /*margin-left: 3.5px !important;*/
}

.projectLinkToDrop{
    box-shadow: none !important;
    background-color:transparent !important;
    z-index: 14 !important;
    /*margin-left: 3.5px !important;*/
}
.projectLinkToDrop:hover{
    box-shadow: none !important;
    background-color:transparent !important;
    /*margin-left: 3.5px !important;*/
}
.projectLinkToDrop:hover > .drop{
    width: 100% !important;
    min-width: 220px !important;
   visibility: visible !important;
    opacity: 1 !important;
    
}
.projectLinkToDrop .drop{

    display: flex !important;
    overflow: visible;
   width: 0 !important;
    visibility: hidden;
    opacity: 0;
    padding-top: 35px !important;
    margin-top: -39px !important;
    border-radius: 20px !important;
    z-index: 1;
    min-width: 0;
   
}
.projectLinkToDrop .drop div{
    max-height: 350px;
    overflow-y: auto;
    
    scrollbar-width:thin;
    scrollbar-color:rgba(73, 162, 211,0.5) #fff;
}

.projectLinkToDrop .drop div::-webkit-scrollbar {
    z-index: 54;
  height: 5px;
  width: 5px;
    
}

/* Track */
.projectLinkToDrop .drop div::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.projectLinkToDrop .drop div::-webkit-scrollbar-thumb {
 background: rgba(73, 162, 211,0.5); 
    border-radius: 20px;
}

/* Handle on hover */
.projectLinkToDrop .drop div::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 162, 211,1); 
}
.projectLinkToDrop button{
    z-index: 2;
}
.projectLinkToDrop .drop li{
    background: transparent !important;
}
.projectLinkToDrop .drop li{
    border-radius: 0px !important;
    background: transparent !important;
}
.projectLinkToDrop .drop li a label{
    font-weight: 400 !important;
    color: #7c94b1 !important;
}
.projectLinkToDrop .drop li a:hover{
text-decoration: none;
    cursor: pointer;
    color: #7c94b1 !important;
}
.auth-form p.flex-1{
    overflow-wrap:anywhere !important;
}
.sign form p{
    font-size: 16px !important;
}
.sign form label.highlight{
    border: 2px solid red !important;
}
.demoForm .input-group input.highlight{
    border: 2px solid red !important;
}

.demoForm .input-group textarea.highlight{
    border: 2px solid red !important;
}
.auth-form .form-highlight{
    border: 2px solid red !important;
}

.sign form .resend-button{
    font-size: 14px !important;
}
.area-box{
    display: flex;
    flex-direction: column;
    max-height: auto;
    flex-wrap: wrap;
    width:fit-content;
    
}
.area-box .box-item{
    min-width: 329px;
    display: flex;
    
}
/*@media screen and (min-width:1117px) {
    .area-box{
    max-height: 235px;
}
}
@media screen and (min-width:876px) and (max-width:1116px) {
    .area-box{
    max-height: 508px;
}
}
@media screen and (max-width:875px) {
    .area-box{
    max-height: unset !important;
}
}*/
.btn.active-state{
    background-color: rgba(61, 156, 209,0.75) !important;
    color: #fff !important;
}
.confirmBtn , .cancelBtn{
    font-size: 14px !important;
}
@media screen and (min-width:700px) and (max-width:1199px){
   .masonry{
    column-count: 2;
} 
}
@media screen and (min-width:1200px){
   .masonry{
    column-count: 3;
} 
}
@media screen and (max-width:699px){
   .masonry{
    column-count: 1;
} 
}
.measury{
    display: block;
}
.brick{
    display: block;
    break-inside: avoid-column;
}
.littleContentArea label.container{
    width:100% !important;
}
.left-5{
    left: 5px !important;
}
.checkmark.left-5{
    left: 5px !important;
}