.scroll {
    /*width: 200px;*/
    /*height: 400px;*/
    /*background: red;*/
    /*overflow: scroll;*/
    /*height: 77vh;*/
    overflow-y: overlay;
    overflow-x: scroll;
}

.scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb, .vscomp-options-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


.screen-ht {
    height: 85vh;
}

.screen-ht-71 {
    height: 71vh;
}

#fix-head-table {
    position: relative;
}

#fix-head-table thead {
    position: sticky !important;
    top: 0;
    background-color: #effafa;
}

#fix-head-table tbody {
    margin-top: 2px;
}

.right-0 {
    right: 0 !important;
}

.error-response {
    position: absolute;
    top: 20px;
    right: 0;
    color: red;
}

/*roznamcha m account veiwe*/
.ac_row .input-group-text, .ac_row input[type=text] {
    background: transparent !important;
    border-radius: 0;
}

.ac_row input {
    border-top: none;
    border-left: none;
    border-right: none;
}

.ac_row .input-group-text {
    border: none;
}


/*sticky*/
.sticky-social {
    position: fixed;
    top: 15%;
    left: -30px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.social {
    list-style: none;
}

.social li button {
    border: none;
    background: transparent;
    font-family: auto !important;
}

.social li a, .social li button {
    padding: 5px 10px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.social li .fa {
    margin-right: 10px;
}

.social li {
    /*padding: 5px 10px;*/
    margin-bottom: 2px;
    transition: all 0.8s ease-in-out;
}

/*
.social li:hover {
    margin-left: -30px;
    opacity: .8;
}

.social li:hover .fa, .social li:hover span {
    margin-right: 15px;
}*/

.social .fa, .social span {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.insta {
    background-color: #DC4F42;
}

.pin {
    background-color: #CB2128;
}

.vim {
    background-color: #59BFBE;
}

.social .facebook {
    background: #3b5998;
}

.social .twitter {
    background: #00aced;
}

.social .instagram {
    background: #e4405f;
}

.social .youtube {
    background: #cd201f;
}

.social .linkedin {
    background: #0077B5;
}

.social .whatsapp {
    background: #4dc247;
}

.social .excel {
    background: #1d6f42;
}

.social .work {
    background: #00a1f1;
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-form .input-group {
    align-items: baseline !important;
}

.table-form .form-control, .table-form .form-select {
    border-radius: 0;
    padding: 2.5px;
}

.table-form .virtual-select-sm {
    padding: 0 !important;
}

.table-form label {
    padding-right: .05rem;
}

.table-form td {
    padding: 0;
}

.bold {
    font-weight: bold;
}

.table th {
    vertical-align: middle;
}
.pointer{
    cursor: pointer !important;
}