﻿.add-user-modal .modal-dialog .modal-content{
    width:100%;
    height:650px!important;
}

.add-user-modal .modal-dialog .user-modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #1d2027!important;
    width: 100%;
    padding: 24px!important;
    background:#292d35;
}
.add-user-popup .import-file-section {
    display: flex;
    justify-content: space-between;
    padding: 16px 28px 16px 21px;
    border-bottom: 2px solid #1a2028;
    align-items:center;
}


.import-csv-help-icon.alertMessage {
    background-color: #d8d8d8;
    color: #424242;
    padding: 8px;
    border-radius: 4px;
    width: 272px;
    height: 80px;
    margin: 8px 0 0 1px;
    font-size: 12px;
    line-height: 1.5;
}

.import-csv-help-icon.alertMessage.dir-right::before {
    border-color: transparent #d8d8d8 transparent transparent;
    border-width: 5px 12px 5px 0;
}

.add-user-popup .import-file-section .import-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #358cd8;
    cursor:pointer;
}
.add-user-popup .configure-action-popover .popover-section {
    width: 382px;
    height: 112px;
    background-color: #3e4249;
}
.add-user-popup .configure-action-popover .popover-section .scrollbar-dynamic{
    width: 354px;
    height: 90px;
    overflow-y: auto;
}
.add-user-popup .scrollbar-dynamic .scroll-element.scroll-y {
    width:12px;
}
.add-user-popup .scrollbar-dynamic .scroll-element.scroll-y .scroll-bar{
    width: 6px!important;
    right:3px;

}
.add-user-popup .configure-action-popover .popover-section ul {
    width: 93%;
}
.add-user-popup .file{
    display: flex;
}
.add-user-popup .file .clear-btn{
    margin: 0px 8px;
    font-size:15px;
}
.add-user-popup .file .progress {
    width: 80px;
    height: 8px;
    margin: 6px 8px;
    border-radius:0;
    background-color: rgba(41, 82, 135, 0.5);
}
.add-user-popup .single-user {
    width: 96%;
}
.add-user-popup .single-user hr{
   margin: 24px 0;
   border-top:1px solid #d8d8d8;
}
.add-user-popup .file .progress .progress-bar {
    background-color: #295287;
}
.add-user-popup .import-file-section .alertIconCmpnt {
    margin-left:14px;
    margin-top:3px;
}
.user-templ-pupup{
    margin-left:8px;
    position:relative;
}
.user-templ-pupup .csv-temp-popover .temp-cntent {
    width: 272px;
    height: 80px;
    margin: 0 0 0 9px;
    padding: 8px;
    border-radius: 2px;
    background-color: #d8d8d8;
    z-index: 999999;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #424242;
}
.user-templ-pupup .csv-temp-popover .v-question{
    color:#cdcdcd;

 }
.user-templ-pupup .csv-temp-popover .temp-cntent .bg-tringle{
    background-image: url(/app/images/popover-trringle.svg);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -15px;
}
.user-templ-pupup .csv-temp-popover .temp-cntent {
    display: none;
}
.user-templ-pupup .csv-temp-popover:hover .temp-cntent {
    display: block;
}
.user-templ-pupup .csv-temp-popover .temp-cntent {
    position: absolute;
    top: -6px;
    left: 20px;;
}
.user-templ-pupup .csv-temp-popover .temp-cntent .btn-link {
    color: #358cd8;
}
.user-templ-pupup .csv-temp-popover .temp-cntent .btn-link :hover {
    text-decoration: underline;
}






.add-user-popup .import-file-section .btn-link {
    padding: 0;
    margin-right: 10px;
    outline: 0;
    border: 0;
    color: #358cd8;
}
.add-user-popup .import-file-section .file_upload_error {
    font-size: 14px;
    margin: 0 16px;
    letter-spacing: normal;
    color: #bf360c;
}

.add-user-popup .import-file-section .file_upload_error_text {
    font-size: 14px;
    margin-right: 5px;
    letter-spacing: normal;
    color: #bf360c;
}
.overlay {
    pointer-events:none;
    opacity:0.3;
}