@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*  platform bazlı görsel yükleme  */

.section-view {
    /*max-width: 400px;*/
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    /*right: 1050px;*/
    /*top: 30px;*/
    /*position: relative;*/
}

.view-platform {
    margin-right: 20px;
    width: 200px;
}

.section-view .mt-3 {
    width: 200px;
}

.ImageHeader.ImageHeaderRight {
    /*width: 33%;
    float: right;*/
}

div#sortable.ui-sortable {
    margin-top: 30px;
}

div#uploadImages {
    background: #D9D9D9;
    width: 100%;
    height: 48px;
    border-radius: 2px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}

.section-choose{
    margin-bottom: 20px;
}

div#uploadImages.active {
    background: #0153CC;
    color: #fff;
}

.transfer-selected-images {
    cursor: pointer;
    background: #0153CC;
    color: white;
    display: flex;
    width: 232px;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #0153CC;
    position: relative;
    top: 43px;
}

.delete-selected-images {
    cursor: pointer;
    background: #EB544D;
    color: #fff;
    display: flex;
    width: 232px;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #EB544D;
    position: relative;
    top: 43px;
}

.view-variant {
    margin-right: 30px;
}

/*  aktarım hedefi pop-up  */

.transfer-goal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    z-index: 999;
}
.transfer-goal.d-flex{
    align-items: center;
    justify-content: center;
}
.transfer-goal-main{
    width: 500px;
    height: 277px;
    background: #fff;
}
.goal-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goal-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goal-cancel, .transfer-button {
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.transfer-button {
    background: #4983D0;
}

.goal-cancel {
    background: #8E8E8E;
    margin-right: 10px;
}

.goal-head {
    font-size: 30px;
    text-align: center;
    padding: 20px;
}

.transfer-goal-main .form-control {
    margin-bottom: 20px !important;
    width: 440px;
    margin: auto;
}

#create_return{
    min-width: 64px;
    height: 40px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    padding: 0px 15px;
    position: absolute;
    top: 210px;
    right: 40px;
    background: #081b4b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#create_return i.fas.fa-plus {
    margin-right: 5px;
}

a.plus-icon-button:hover {
    color: #fff;
}

a.plus-icon-button {
    color: #fff;
}

/*  Panel  Geçişi  */

.open-account {
    display: flex;
    padding: 0 15px;
    position: relative;
}

.open-account-logo {
    max-width: 20px;
    margin-right: 11px;
}

.open-account-logo span {
    border: 1px solid;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.open-account-name {
    font-size: 13px;
}

li#linked_acconts {
    width: 140px;
    cursor: pointer;
    position: relative;
}

.open-account .fa-caret-down {
    position: absolute;
    right: 5px;
    top: 2px;
}

.other-account.active {
    background: #D3EAFF;
    color: #0153CC;
}

.other-account.active:hover {
    background: #D3EAFF;
    color: #0153CC;
}

.open-account-list {
    position: absolute;
    right: -15px;
    top: 46px;
    width: 250px;
    background: #fff;
    border: 1px solid;
    padding: 5px;
    border: 1px solid #CCCCCC; 
    box-sizing: border-box; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    display: none;
}

.other-account span:first-child {
    border: 1px solid;
    border-radius: 4px;
    padding: 1px 6px;
    max-width: 20px;
    max-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.other-account span:nth-child(2) {
    margin-left: 10px;
}

.other-account.active i.fas.fa-check {
    position: absolute;
    right: 30px;
}

.other-account {
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.other-account:hover {
    background: #dedede;
}

.other-account-list {
    padding-bottom: 9px;
    border-bottom: 1px solid #dedede;
    display: none;
}

.account-description {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    transition: .2s ease-in;
    padding: 15px;
}

.account-image {
    display: block;
    max-width: 40px;
    margin-right: 10px;
}

.account-person-name {
    font-size: 12px;
    font-weight: 400;
    color: #495057;
}

.account-person-email {
    font-size: 8px;
}
.asso-person {
    font-size: 10px;
}

.account-image img {
    border-radius: 50%;
    border: 1px solid;
}

.user-account {
    font-size: 12px;
    color: #495057;
    padding: 10px;
    transition: .2s ease-in;
    text-align: center; 
    border-top: 1px solid #f1f1f1;
}

.user-logout {
    font-size: 12px;
    color: #FF0000;
    padding: 10px;
    text-align: center;
    transition: .2s ease-in;
}

.user-logout:hover {
    background: #fee2e2;
}

.associated-account-type {
    display: flex;
    margin-bottom: 5px;
    transition: .2s ease-in;
    padding: 15px;
}

.associated-account-type:hover, .user-account:hover, .account-description:hover {
    background: #ececec;
}

.associated-accounts-title {
    display: block;
    font-weight: 100;
    padding: 0px 10px;
    margin-bottom: 1px;
}

.asso-table {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #dadada;
}

.asso-table tr:hover {
    color: #212529;
    background-color: #ababab14;
}

.asso-table tr{
    transition: .2s;
}