:root{
    --main-font_family: 'Catamaran', sans-serif;
}
/* css Global */
    *:not(.material-icons){
        font-family: var(--main-font_family);
    }
    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    div{
        box-sizing: border-box;
    }
    body{
        margin: 0 !important;
        overflow: hidden;
        height: 100vh;
        width: 100vw;
    }
    #app {
        width: 100vw;
        float:left;
        margin: 0 !important;
        padding:0 !important;
        height: 100vh;
    }
    .qt_nsel{
        user-select: none;
    }
    .qt_center{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .qt_vertical_center{
        display: flex;
        align-items: center;
    }
    .center{
        text-align: center;
    }
    .truncate{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .input_icard{
        height: 40px;
        width:100%;
        float:left;
        background-color: #fff;
        border-radius: 5px;
        border:0;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        outline: none;
        padding: 0 10px !important;
        color: #333;
        font-size: 15px;
    }
    .input_icard::placeholder {
        color: #b3b3b3;
        font-size: 15px;
    }
    .multiselect__input::placeholder, .multiselect__single::placeholder{
        color: #b3b3b3;
        font-size: 15px;
    }
    .button_confirm_icard{
        background: linear-gradient(90deg, rgb(107 107 107) 0%, rgb(0 0 0) 100%);
        border: 1px solid linear-gradient(90deg, rgb(107 107 107) 0%, rgb(0 0 0) 100%);
        padding: 10px 25px;
        width: auto;
        border: 0;
        outline: none;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        float:left;
        position: relative;
        cursor: pointer;
    }
    .button_confirm_icard .material-icons{
        position: absolute;
        left: 10px;
        top: 8px;
    }
    .button_cancel_icard{
        background: transparent;
        padding: 10px 25px;
        width: auto;
        border: 1px solid linear-gradient(90deg, rgb(107 107 107) 0%, rgb(0 0 0) 100%);
        outline: none;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        float:left;
        cursor: pointer;
        height: 45px;
    }
    i.tiny {
        font-size: 1rem;
    }

    i.small {
        font-size: 2rem;
    }

    .alert{
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        border-radius: 0.375rem !important;
    }
    .alert i{
        margin-right: 5px !important;
    }
    .d-flex{
        display: flex !important;
    }
    .alert-primary{
        color: #052c65 !important;
        background-color: #cfe2ff !important;
        border: 1px solid #9ec5fe !important;
        padding: 10px !important;
    }
    .alert-success{
        color: #0a3622 !important;
        background-color: #d1e7dd !important;
        border: 1px solid #a3cfbb !important;
        padding: 10px !important;
    }
    .alert-warning{
        color: #664d03 !important;
        background-color: #fff3cd !important;
        border: 1px solid #ffe69c !important;
        padding: 10px !important;
    }
    .alert-danger{
        color: #58151c !important;
        background-color: #f8d7da !important;
        border: 1px solid #f1aeb5 !important;
        padding: 10px !important;
    }


/* css Global */
@media only screen and (min-width: 993px){
    #minimizar_container{
        transition: width 0.3s, height 0.3s;
        transform: none !important;
        height:0px !important;
        width:250px !important;
        top: unset !important;
        bottom:39px !important;
        left:261px !important;
        cursor:pointer !important;
    }
    .path__body{
        float: right;
    }
    .campo_buttons_head{
        padding: 0 !important;
        position: sticky;
        top: 0;
        z-index: 10;
    }
    .background_color_all{
        background: #F4F6F8;
        width: calc(100% - 12px) !important;
        height: calc(100vh - 93px) !important;
    }
}
@media only screen and (max-width: 992px){
    #minimizar_container{
        transition: width 0.3s, height 0.3s;
        transform: none !important;
        height:0px !important;
        width:250px !important;
        top: unset !important;
        bottom:39px !important;
        left: 5px !important;
        cursor:pointer !important;
    }
    .background_color_all{
        background: #F4F6F8;
        width: calc(100% - 12px) !important;
        height: calc(100vh - 93px) !important;
        overflow-y: auto !important;
    }
    .campo_buttons_head{
        padding: 0 !important;
    }
    .campo_buttons_head .button_confirm_icard{
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .campo_buttons_head>div{
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .path__body{
        float: left;
        width: 100%;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1021px){
    .nav_menu{
        height: calc(100vh - 92px);
        padding-top: 0px !important;
        width:100%;
    }
    .head_card{
        z-index: 10;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
        position:fixed;
        top:0;
        height:auto;
        background:#fff;
        width: 100vw !important;
        right: 0px !important;
        /* transition: ease-out 0.2s; */
        padding:0 !important;
    }

    .nav{
        position: fixed;
        top:0;
        left:0;
        width:260px;
        display: none;
        z-index: 10;
        height:100vh;
        background-color: #fff;
        /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
        transition: ease-out 0.2s;
    }

    .nav_mini{
        position: fixed;
        top:0;
        left:0;
        width:260px;
        display: block;
        z-index: 10;
        height:100vh;
        background-color: #fff;
        /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
        transition: ease-out 0.2s;
        z-index:60;
    }

    .router_view{
        padding:82px 0 0 12px !important;
        height:100vh;
        position:relative;
    }
}

@media only screen and (min-width: 1022px){
    .nav_menu{
        height: calc(100vh - 92px);
        padding-top: 0px !important;
        width:100%;
    }
    .router_view{
        padding:82px 0 0 260px !important;
        height:100vh;
        position:relative;
    }
    .head_card{
        z-index: 10;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
        position:fixed;
        top:0;
        height:auto;
        background:#fff;
        width: calc(100vw - 260px) !important;
        right: 0px !important;
        /* transition: ease-out 0.2s; */
        padding:0 !important;
    }

    .nav{
        position: fixed;
        top:0;
        left:0;
        width:260px;
        z-index: 10;
        height:100vh;
        background-color: #fff;
        /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
        transition: ease-out 0.2s;
    }
}

/* css Structure */
    .Structure_container{
        height: 100vh;
        padding:0 !important;
    }
    
    /*.nav_mini{
        position: fixed;
        top:0;
        left:0;
        width:78px;
        z-index: 10;
        height:100vh;
        background-color: #fff;
        transition: ease-out 0.2s;
    }*/
    .nav .nav_logo{
        height:70px;
        width:100%;
        padding:10px 10px 10px 10px;
        background-image: url('../img/logos/icard_grey.png');
        background-repeat: no-repeat;
        background-size: auto 70px;
        background-position: center;
    }
    .nav_mini .nav_logo{
        height:70px;
        max-width:100%;
        padding:10px 10px 10px 10px;
        background-image: url('../img/logos/favicon.ico');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .nav_menu_selection{
        height:50px;
        font-size: 18px !important;
        font-weight: 500;
        color: #000;
        padding: 0 7px !important;
        cursor:pointer;
        transition: all 0.4s ease;
        background:#F4F6F8;
        margin-bottom:5px;
    }
    .nav_menu_selection>i{
        margin: 0 20px;
    }
    .nav_menu_selection:hover{
        background: #DBDDDF;
    }
    .nav_menu_selection.active{
        background: #DBDDDF;
    }
    .nav_menu_user{
        background: #DBDDDF;
        width:100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 10px !important;
        transition: all 0.5s ease;
    }
    .nav_menu_user i{
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #000;
        font-size: 22px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .profile-content {
        display: flex;
        align-items: center;
    }
    .profile-content img {
        height: 35px;
        width: 35px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0;
        background: #1d1b31;
    }
    .profile_name, .job {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
        transition: all 5s ease;
    }
    .job {
        font-size: 12px;
    }
    /*.head_card_mini{
        z-index: 10;
        position:fixed;
        top:0;
        height:auto;
        background:#fff;
        width: calc(100vw - 78px) !important;
        right: 0px !important;
        transition: ease-out 0.2s;
        padding:0 !important;
    }*/
    /*.router_view{
        padding:82px 0 0 260px !important;
        height:100vh;
        position:relative;
        transition: ease-out 0.2s;
    }
    .router_view_mini{
        padding:80px 0 0 77px !important;
        height:100vh;
        position:relative;
        transition: ease-out 0.2s;
    }*/
/* css Structure */

/* css Login */
    .Login_background{
        height: 100vh;
        padding:0 !important;
        background-image: url('../img/login/fondo_login.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Login_container{
        max-width:100%;
        position: relative;
        width: 400px;
        float:right;
        min-height:350px;
        background-color:#fff;
        border-radius:10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }
    .Login_container_background{
        width: 40%;
        position:absolute;
        top:0;
        left:0;
        height: 100%;
        float: left;
        padding: 10px;
        border-radius: 10px 0 0 10px;
        background-image: url('../img/login/fondo_container.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Login_container_inputs{
        width: 100%;
        height: 100%;
        float: left;
        padding: 10px 25px 25px 25px;
    }
    .Login_container_inputs span{
        font-size:35px;
        font-weight: bold;
        color: #505050;
    }
    .Login_container_inputs input{
        color: #3b3b3b;
        font-weight: 500;
        background-color: #eaeaea;
    }
    .Login_container_inputs input::placeholder {
        color: #3b3b3b;
    }
/* css Login */

.mod_contact{
    margin-bottom:15px;
    border-radius: 10px;
    height: 40px;
    position: relative;
    padding:0 !important;
    cursor: pointer;
    background: #fff;
}
.mod_contact > input{
    background: transparent;
}

.profile_divs_contact{
    margin-bottom:5px;
    border-radius: 10px;
    height: 40px;
    position: relative;
    padding:0 !important;
    cursor: pointer;
    background: #8677C0;
}
.profile_divs_contact > input{
    background: transparent;
    color:white;
    font-weight: bold;
    font-size: 20px;
}
.profile_i_contact{
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(0, -50%);
}
.profile_inputs_contact{
    outline: none;
    border: 0;
    height: 100%;
    padding-left: 40px !important;
    border-radius:10px;
}
.profile_inputs_contact::placeholder{
    color: var(--main-telphone-color)
}

.button_cancel {
    height: 50px;
    padding: 0px 50px !important;
    border-radius: 30px;
    color: black;
    font-weight: bold;
    background: #fff;
    border: 4px solid black;
    cursor: pointer;
}
.button_save{
    cursor:pointer;
    height: 50px;
    padding: 0px 50px !important;
    border-radius: 30px;
    color:white;
    font-weight: bold;
    background: black;
}

.profile_button_edit {
    cursor: pointer;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    right: 10px;
    top: 10px;
    background: white;
}

.drag_image{
    border: 2px dashed #77619e;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #77619e;
    border-radius: 5px;
    background-color: #fff;
    cursor:pointer;
}
.drag_image.active{
    border: 2px solid #77619e;
    color: #77619e;
    background-color: #f3f1f6;
}


.vue-picture-cut_button{
    position: relative !important;
    width:100px !important;
    height: 30px !important;
    max-width:100px !important;
    max-height: 30px !important;
    border-radius: 5px !important;
}
.vue-picture-cut_button::after{
    content: 'Guardar';
    background-color: #fff;
    position: absolute;
    top:0;
    padding-top:3px;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    left:0;
    width: 100%;
    height:100%;
    text-align: center;
    border-radius: 5px;
}
.buttons_profile_ff{
    /*max-height: calc(100vh - 516px);
    overflow-y: auto;*/
}
.buttons_profile_ff::-webkit-scrollbar {
    display: none;
}
.content_name_and_profesion{
    height: auto;
    padding: 10px !important;
}
.content_name_and_profesion_color{
    height: 100%;
    min-height: 100px !important;
    border-radius: 10px;
}
.content_name_and_profesion_input_name{
    margin-top: 25px;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border: 0;
    font-weight: 600;
}
.content_name_and_profesion_input_name::placeholder{
    color: var(--main-telphone-color);
}
.content_name_and_profesion_input_profesion{
    margin-top: -3px;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    border: 0;
    font-weight: 400;
}
.content_name_and_profesion_input_profesion::placeholder{
    color: var(--main-telphone-color);
}
.view_img_good{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.upload_img{
    background:rgb(0 0 0 / 75%);
    position:absolute;
    height:60px;
    width:100%;
    bottom:0;
    border-radius: 0 0 100px 100px;
    cursor:pointer;
}
.add_red_social{
    background:#fff;
    height: 50px;
    width: 50px !important;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    position: relative;
    padding: 5px !important;
    margin-left: 0px !important;
    cursor:pointer;
}
.banner_menu-upload_img{
    padding:5px !important;
    border-radius:0 0 5px 5px;
    cursor:pointer;
}
.banner_menu-color{
    padding:5px !important;
    border-bottom:1px solid #DBDBDB;
    border-radius:5px 5px 0 0;
    cursor:pointer;
    cursor:pointer;
}
.banner_menu:hover{
    background-color: #000000;
    color:white;
}
.current-color{
    height:15px;
    width: 15px;
}
.profile_input_info_per{
    width:100%;
    height:15px;
    border:0;
    outline: none;
    background:#F6F6F6;
    font-size:13px;
    padding:0;
}
.profile_input_info_per::placeholder{
    font-size:13px;
    font-weight: bold;
}
.profile_input_call{
    width:100%;
    height:100%;
    border:0;
    outline: none;
    background:#FAFAFA;
    font-size:15px;
    padding:0 .75rem 0 .75rem;
    text-align: center;
}
.profile_input_call::placeholder{
    font-size:15px;
    font-weight: bold;
}
.profile_content{
    padding:0 !important;
    position:relative;
}
.profile_content > div {
    /* max-height:calc(100vh - 165px); */
    background:white;
    padding:0 !important;
    margin: 0 !important;
}
.profile_banner{
    height:200px;
    background:#F3F3F3;
    position:relative;
    padding: 0 !important;
    border-radius: 10px 10px 0 0;
}

.profile_photo_position.left_ph{
    left: 0%;
    transform: translate(0, 0);
}

.profile_photo_position.center_ph{
    left: 50%;
    transform: translate(-50%, 0);
}
.profile_photo_position{
    height: 120px;
    width: 183px;
    position: absolute;
    bottom: -33px;
    background: transparent;
}
.profile_ph{
    position:absolute;
    bottom:0px;
    z-index: 2;
    height:120px;
    width:120px;
    background: #E4E4E4;
    border-radius:50%;
    border:1px solid #DBDBDB;
    left:50%;
    transform:translate(-50%, 0);
}
.profile_ph_edit{
    position:absolute;
    height: 20px;
    width:20px;
    border-radius:50%;
    border:1px solid #DBDBDB;
    right:5px;
    background:white;
    cursor:pointer;
}
.icons{
    font-size:18px;
    color: #fff;
}
.profile_bd{
    padding-top: .75rem !important;
    position: relative;
    padding-bottom: 10px !important;
    border-radius: 0 0 10px 10px;
    height: calc(100% - 110px);
    /*height: calc(100vh - 255px);
    overflow-y:auto;
    overflow-x:hidden;*/
}
.profile_info{
    position: relative;
    padding: 10px 15px !important;
    background: #F6F6F6;
    border-radius: 12px;
    margin-bottom: 10px;
}
.profile_span{
    /*font-weight: bold;*/
    font-size: 13px;
}
.profile_div_icons{
    margin-bottom: 13px;
    background: #FAFAFA;
}
.profile_info > i{
    position:absolute;
    left:10px;
}
.text_add_redes{
    padding:0 !important;
    font-weight: bold;
    font-size: 11px;
    color: #939393;
    text-decoration: underline;
}
.profile_div_edit{
    right: 9px;
    top:9px;
    background: transparent;
    color:white;
}
.profile_div_accept{
    right: 9px;
    top:9px;
    font-weight:bold;
    background: transparent;
}
.profile_principal{
    background:#007DF4;
    height:100px;
    border-radius:10px;
    padding:37px 0.75rem 0.75rem 0.75rem !important; 
}
.profile_ppal_span{
    font-weight: bold;
    color:white;
    font-size: 20px;
}
.profile_span_prof{
    font-weight: 500;
    color:white;
}


.icard_checkbox{
    height:20px;
    width:20px;
    accent-color: #393939;
    cursor:pointer;
}

.profile_cont_contact .input_icard::placeholder {
    color: #333 !important;
    font-size: 15px;
    font-weight: 400;
}
.profile_cont_contact .input_icard {
    font-weight: 600;
}
.profile_cont_contact{
    background-color: white;
    border-radius: 10px;
}
.input-country-selector>input{
    color: var(--main-telphone-color) !important;
}
.input-country-selector>label{
    color: var(--main-telphone-color) !important;
}
.country-selector__toggle__arrow path.arrow[data-v-46e105de]{
    fill: var(--main-telphone-color) !important;
}
.input-tel.input-phone-number>input{
    color: var(--main-telphone-color) !important;
    caret-color: var(--main-telphone-color) !important;
}
.input-tel.input-phone-number>input::placeholder{
    color:  var(--main-telphone-color) !important;
}

.input-country-selector>input{
    background: transparent !important;
    border: none !important;
    font-weight: bold !important;
    padding-top:0 !important;
}
.country-selector__toggle{
    top: calc(50% - 12px) !important;
}
.input-country-selector>label{
    font-weight: bold !important;
    display: none !important;
}
.country-selector__input[data-v-46e105de]{
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
.input-tel.input-phone-number>input{
    background: transparent !important;
    border: none !important;
    font-weight: bold !important;
    padding-top:0 !important;
    font-size:17px !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: text !important;
}
.input-tel.input-phone-number>input::placeholder{
    border: none !important;
    font-weight: bold !important;
    content: "Llamar";
    font-size:17px !important;
    font-weight: 500 !important;
}
.input-tel.input-phone-number>label{
    content: "Llamar";
    font-size:20px !important;
    display:none !important;
}
.country-selector__country-flag{
    top: 14px !important;
}
.qr_boton_active_qr_code{
    height:100px;
    width:100px;
    z-index: 200;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 5px;
}
.qr_boton_active_qr_code>img{
    max-height: 100%;
    max-width: 100%;
}
.qr_boton_active{
    height:32px;
    width:32px;
    z-index: 200;
    padding: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.profile_addRedSocial{
    position:fixed;
    height:100vh;
    width:100%;
    background:rgb(0 0 0 / 75%);
    z-index: 160;
    top:0;
    left:0;
}
.profile_cont_red{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:10px;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 5px;
    border:1px solid #DBDBDB;
}
.profile_label_addRed{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.profile_cont_redSocial{
    /* width: 454px; */
    min-height: auto;
    max-height: 500px;
    top: 50%;
    left: 50% !important;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 15px !important;
}
.profile_button_save{
    float:right;
    height: 35px;
}
.profile_button_cancel{
    float:right;
    margin-right:5px;
    height: 35px;
}
.profile_select_red{
    margin-bottom: 10px;
    margin-top:10px;
    border:0;
    outline: none;
    height: 40px;
    border-radius: 10px;
    background: #F4F4F4;
}
.profile_i_red{
    font-weight:bold;
    color:red;
}

.carta-box {
    width: 355px;
    height: 225px;
    position: relative;
    perspective: 1000px;
}

.carta-box.active .carta {
    transform: rotateY(180deg);
}

.carta {
    width: 355px;
    height: 225px;
    transform-style: preserve-3d;
    transition: all 0.5s linear;
}

.cara {
    position: absolute;
    backface-visibility: hidden;
}

.cara.detras {
    transform: rotateY(180deg);
}
.icard_content_canvas{
    width:calc(100% - 62px);
    height: 100%;
    float:left;
    padding: 15px;
}
.icard_content_menu{
    height:100%;
    width:62px;
    padding-left: 12px;
    float:right;
    background-color: #fff;
}
.icard_content_menu_options{
    cursor:pointer;
    height:50px;
    width:50px;
    margin-bottom: 5px;
    background-color: #f4f6f8;
}
.icard_content_menu_options.active{
    background-color: #dbdddf;
}
.mx-input{
    height: 40px !important;
    border: none !important;
    background-color: #f4f6f8 !important;
    outline: none !important;
}

#select_copy_data .vs__selected-options {
    height: 30px !important;
    width: calc(100% - 55px) !important;
}
#select_copy_data .vs__selected {
    width: 100% !important;
}
#select_copy_data .vs__selected-options>input {
    position: absolute !important;
    width: 100% !important;
    height: 30px !important;
}
.range_date_class{
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #3c3c3c42;
}
.range_date_class .mx-input{
    height: 34px !important;
    box-shadow: none !important;
    background-color: #fff !important;
}
.multiselect__content-wrapper{
    position: fixed !important;
    width: calc(100% - 20px) !important;
}

.cu__modal_up{
    position: fixed;
    height:80%;
    width:80%;
    border-radius: 5px;
    z-index:100000;
    background-color: white;
}

.cu__modal_up>iframe {
    border-radius: 0 0 5px 5px;
    height:calc(100% - 40px);
    border:0;
    padding:0 !important;
}

.head_modal_up{
    height:40px;
    background-color:var(--main-fondo-buttons-purple);
    border-radius: 5px 5px 0 0;
    color:#000;
}
.head_modal_up>i{
    cursor:pointer;
    color:#A6AAB2;
}
.close_modal{
    position: absolute;
    right: 11.25px;
    top: 0px;
    color:#000;
    cursor: pointer;
    height: 40px;
    width: 30px;
}
.close_modal>i{
    height: 100%;
    display: block;
    padding-top: 7px;
}

.draggable-header {
    z-index: 110;
    height:40px;
}

#draggable_Container {
    position: fixed;
    z-index: 110;
    transition: width 0.3s, height 0.3s;
}

.pagination_moduls{
    height:25px;
    min-width:25px;
    width: auto;
    color: #000;
    font-weight:600;
    margin:0 5px;
    padding:0 5px;
    float:left;
    border-radius:3px;
    cursor:pointer;
    border: 1px solid #dbdbdb;
}
.pagination_moduls:hover{
    color: #000;
    background-color: #DBDBDB;
}
.pagination_arrows{
    height:25px;
    width:25px;
    min-width:25px;
    color: #000;
    font-weight:600;
    margin:0 5px;
    float:left;
    cursor:pointer;
    border-radius:3px;
}
.pagination_arrows:hover{
    background-color: #dbdbdb;
}
.pagination_moduls.active{
    color: #000;
    background-color: #dbdbdb;
}